Add support for inverted sections in the parser

This commit is contained in:
wycats
2010-12-03 00:54:18 -05:00
parent 87b526df27
commit 8f6f3051e6
5 changed files with 27 additions and 5 deletions
+4
View File
@@ -42,6 +42,10 @@ module Handlebars
context.load('lib/handlebars/runtime.js')
context.load('lib/handlebars/utils.js')
context.load('lib/handlebars.js')
context["p"] = proc do |val|
p val
end
end
end
end