Remove duplicate assignment
This commit is contained in:
@@ -530,7 +530,7 @@ Handlebars.JavaScriptCompiler = function() {};
|
|||||||
|
|
||||||
this.replaceStack(function(current) {
|
this.replaceStack(function(current) {
|
||||||
params.splice(1, 0, current);
|
params.splice(1, 0, current);
|
||||||
return current + " = blockHelperMissing.call(" + params.join(", ") + ")";
|
return "blockHelperMissing.call(" + params.join(", ") + ")";
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user