summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/handlebars/compiler/index.js')
-rw-r--r--lib/handlebars/compiler/index.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/handlebars/compiler/index.js b/lib/handlebars/compiler/index.js
index ce8e986..6ed8d21 100644
--- a/lib/handlebars/compiler/index.js
+++ b/lib/handlebars/compiler/index.js
@@ -2,9 +2,9 @@
module.exports.attach = function(Handlebars) {
var visitor = require("./visitor"),
- printer = require("./printer"),
- ast = require("./ast"),
- compiler = require("./compiler");
+ printer = require("./printer"),
+ ast = require("./ast"),
+ compiler = require("./compiler");
visitor.attach(Handlebars);
printer.attach(Handlebars);