Removed unnecessary semicolon, which is needed to pass JSHint for compiled code
This commit is contained in:
@@ -805,7 +805,7 @@ Handlebars.JavaScriptCompiler = function() {};
|
||||
}
|
||||
|
||||
this.context.aliases.self = "this";
|
||||
this.pushStack("self.invokePartial(" + params.join(", ") + ");");
|
||||
this.pushStack("self.invokePartial(" + params.join(", ") + ")");
|
||||
},
|
||||
|
||||
// [assignToHash]
|
||||
|
||||
Reference in New Issue
Block a user