Finished factory pattern
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var handlebars = require("./parser").parser;
|
||||
|
||||
exports.attach = function(Handlebars) {
|
||||
|
||||
|
||||
// BEGIN(BROWSER)
|
||||
|
||||
Handlebars.Parser = handlebars;
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
|
||||
|
||||
var compilerbase = require("./base");
|
||||
|
||||
exports.attach = function(Handlebars) {
|
||||
|
||||
compilerbase.attach(Handlebars);
|
||||
|
||||
// BEGIN(BROWSER)
|
||||
|
||||
/*jshint eqnull:true*/
|
||||
|
||||
Reference in New Issue
Block a user