diff options
Diffstat (limited to 'lib/handlebars/compiler/compiler.js')
-rw-r--r-- | lib/handlebars/compiler/compiler.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/handlebars/compiler/compiler.js b/lib/handlebars/compiler/compiler.js index 5158294..33bf120 100644 --- a/lib/handlebars/compiler/compiler.js +++ b/lib/handlebars/compiler/compiler.js @@ -1,8 +1,9 @@ - - +var compilerbase = require("./base"); exports.attach = function(Handlebars) { + compilerbase.attach(Handlebars); + // BEGIN(BROWSER) /*jshint eqnull:true*/ |