Strip unnecessary whitespace in template output
This commit is contained in:
@@ -263,7 +263,7 @@ JavaScriptCompiler.prototype = {
|
||||
}
|
||||
|
||||
if (varDeclarations) {
|
||||
this.source.prepend('var ' + varDeclarations.substring(2) + (appendFirst ? '' : ';\n '));
|
||||
this.source.prepend('var ' + varDeclarations.substring(2) + (appendFirst ? '' : ';\n'));
|
||||
}
|
||||
|
||||
return this.source.merge();
|
||||
|
||||
Reference in New Issue
Block a user