mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-08-26 13:37:03 +00:00
Export rootNode.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user