plugin-global.js 202 B

12345678910
  1. functions.addMultiple({
  2. 'test-shadow' : function() {
  3. return new tree.Anonymous( 'global' );
  4. },
  5. 'test-global' : function() {
  6. return new tree.Anonymous( 'global' );
  7. }
  8. });