Drop unused JavaScriptCompiler.namespace param
This commit is contained in:
@@ -52,8 +52,6 @@ JavaScriptCompiler.prototype = {
|
||||
initializeBuffer: function() {
|
||||
return this.quotedString("");
|
||||
},
|
||||
|
||||
namespace: "Handlebars",
|
||||
// END PUBLIC API
|
||||
|
||||
compile: function(environment, options, context, asObject) {
|
||||
|
||||
Reference in New Issue
Block a user