Whitespace cleanup
This commit is contained in:
@@ -504,9 +504,9 @@ JavaScriptCompiler.prototype = {
|
||||
|
||||
this.push(helper.name + ' || ' + nonHelper);
|
||||
this.replaceStack(function(name) {
|
||||
return name + ' ? ' + name + '.call(' +
|
||||
helper.callParams + ") " + ": helperMissing.call(" +
|
||||
helper.helperMissingParams + ")";
|
||||
return name + ' ? '
|
||||
+ name + '.call(' + helper.callParams + ") "
|
||||
+ " : helperMissing.call(" + helper.helperMissingParams + ")";
|
||||
});
|
||||
},
|
||||
|
||||
@@ -843,7 +843,7 @@ JavaScriptCompiler.prototype = {
|
||||
}
|
||||
|
||||
if (!inverse) {
|
||||
this.context.aliases.self = "this";
|
||||
this.context.aliases.self = "this";
|
||||
inverse = "self.noop";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user