Export rootNode.

This commit is contained in:
Tom Robinson
2010-02-13 13:13:47 -08:00
parent 9a7484e57d
commit 64dc25dfb6
+4 -3
View File
@@ -1,6 +1,3 @@
makeExportsGlobal();
var rootNode = new StaticResourceNode("", NULL, StaticResourceNode.DirectoryType, YES),
cwd = FILE.cwd();
#ifndef COMMONJS
@@ -46,3 +43,7 @@ afterDocumentLoad(function()
documentLoaded = YES;
});
#endif
exports.rootNode = rootNode;
makeExportsGlobal();