Scoped @import (plugin) functions loading

- Limited @import (plugin) support to add/addMultiple of functions
- Altered @import (plugin) loading to support browser
- Support proper closure scoping of @import (plugin) loaded functions
This commit is contained in:
rjgotten
2015-03-05 15:55:37 +01:00
parent 2c7a9f826e
commit d119e01807
15 changed files with 119 additions and 47 deletions

View File

@@ -0,0 +1,4 @@
functions.add("test", function() {
return new tree.Anonymous( "PASS" );
});