Tweaked README.

This commit is contained in:
Alan Johnson
2010-09-26 17:47:44 -04:00
parent 4989f38ba2
commit 368f0210e2
2 changed files with 6 additions and 4 deletions
-2
View File
@@ -383,8 +383,6 @@ Handlebars.Compiler.prototype = {
},
addBlock: function(mustache, param, parts) {
// set up the stack before the new compiler starts
//this.fn += "stack.push(context);";
var compiler = this.compileToEndOfBlock(mustache);
var result = compiler.fn;