Working on test for ../../omg
This commit is contained in:
@@ -142,6 +142,7 @@ Handlebars.Compiler.prototype = {
|
||||
|
||||
// each function made internally needs a unique IDs. These are locals, so they
|
||||
// don't need to be globally unique, just per compiler
|
||||
console.log("In block " + mustache);
|
||||
var fnId = "fn" + this.pointer.toString();
|
||||
|
||||
this.fn += "var " + fnId + " = function(context) {" + result + "}; ";
|
||||
|
||||
Reference in New Issue
Block a user