summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/index.js
diff options
context:
space:
mode:
authorTommy Messbauer <tommy@vast.com>2012-11-26 09:39:08 -0600
committerTommy Messbauer <tommy@vast.com>2012-11-26 09:39:08 -0600
commit79632184953284603b64a3179d087ebcda9d0ab6 (patch)
tree98e7490ddda4f57e2ae154d8d9374c8b4596f8ec /lib/handlebars/compiler/index.js
parenteccc7c35ca3221b0a168485d5c323d6054958a3e (diff)
downloadhandlebars.js-79632184953284603b64a3179d087ebcda9d0ab6.zip
handlebars.js-79632184953284603b64a3179d087ebcda9d0ab6.tar.gz
handlebars.js-79632184953284603b64a3179d087ebcda9d0ab6.tar.bz2
Factory update with tabs to spaces.. sorry :(
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);