Fix module loading within node

This commit is contained in:
kpdecker
2011-07-30 12:18:56 -05:00
parent 59f5331db4
commit 4a9270aa38
9 changed files with 20 additions and 16 deletions
+1 -2
View File
@@ -1,5 +1,4 @@
var Handlebars = require("handlebars");
require("./visitor");
var Handlebars = require("./base");
// BEGIN(BROWSER)
Handlebars.PrintVisitor = function() { this.padding = 0; };