Skip to content

Commit

Permalink
rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
aui committed Jun 12, 2017
1 parent c1330c8 commit b87560c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/compile/compiler.js
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ var Compiler = function () {
var code = script.code;

if (output) {
if (this.options.escape === false || output === tplTokenizer.TYPE_RAW) {
if (escape === false || output === tplTokenizer.TYPE_RAW) {
code = OUT + '+=' + script.code;
} else {
code = OUT + '+=' + ESCAPE + '(' + script.code + ')';
Expand Down

0 comments on commit b87560c

Please sign in to comment.