6 lines
122 B
JavaScript
Vendored
6 lines
122 B
JavaScript
Vendored
functions.addMultiple({
|
|
"test-transitive" : function() {
|
|
return new tree.Anonymous( "transitive" );
|
|
}
|
|
});
|