2017-09-13 07:52:34 +02:00

10 lines
202 B
JavaScript
Vendored

functions.addMultiple({
"test-shadow" : function() {
return new tree.Anonymous( "global" );
},
"test-global" : function() {
return new tree.Anonymous( "global" );
}
});