SuiteCRM-Core/public/legacy/include/ytree/TreeView/RootNode.js
2021-03-31 15:37:32 +01:00

1 line
No EOL
261 B
JavaScript
Executable file

/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */YAHOO.widget.RootNode=function(oTree){this.init(null,null,true);this.tree=oTree;};YAHOO.widget.RootNode.prototype=new YAHOO.widget.Node();YAHOO.widget.RootNode.prototype.getNodeHtml=function(){return"";};