7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
|
functions.addMultiple({
|
||
|
"test-transitive" : function() {
|
||
|
var anon = new tree.Anonymous( "transitive" );
|
||
|
return anon;
|
||
|
}
|
||
|
});
|