control-freak-ide/Code/client/build/dgrid/dstore/Tree.js
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

3 lines
375 B
JavaScript

//>>built
define("dstore/Tree",["dojo/_base/declare"],function(b){return b(null,{constructor:function(){this.root=this},mayHaveChildren:function(a){return"hasChildren"in a?a.hasChildren:!0},getRootCollection:function(){return this.root.filter({parent:null})},getChildren:function(a){return this.root.filter({parent:this.getIdentity(a)})}})});
//# sourceMappingURL=Tree.js.map