Expose current Handlebars namespace fields

This commit is contained in:
kpdecker
2013-10-01 21:41:09 -05:00
parent e676e43dc5
commit fd09ff0e1b
5 changed files with 44 additions and 33 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
require('./common');
global.Handlebars = require('../../dist/cjs/handlebars');
global.Handlebars = require('../../lib');
global.CompilerContext = {
compile: function(template, options, env) {