Whitespace cleanup

This commit is contained in:
kpdecker
2013-12-31 21:20:59 -06:00
parent c1a93d33e7
commit e7e94dc697
@@ -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";
}