mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-21 07:15:09 +00:00
5 lines
122 B
JavaScript
5 lines
122 B
JavaScript
functions.addMultiple({
|
|
"test-transitive" : function() {
|
|
return new tree.Anonymous( "transitive" );
|
|
}
|
|
});
|