summaryrefslogtreecommitdiffstats
path: root/lib/handlebars/compiler/printer.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/handlebars/compiler/printer.js')
-rw-r--r--lib/handlebars/compiler/printer.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/handlebars/compiler/printer.js b/lib/handlebars/compiler/printer.js
index 1866830..b7485b7 100644
--- a/lib/handlebars/compiler/printer.js
+++ b/lib/handlebars/compiler/printer.js
@@ -1,5 +1,4 @@
-var Handlebars = require("handlebars");
-require("./visitor");
+var Handlebars = require("./base");
// BEGIN(BROWSER)
Handlebars.PrintVisitor = function() { this.padding = 0; };