mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-02-19 03:53:55 +00:00
2 lines
No EOL
262 B
JavaScript
Executable file
2 lines
No EOL
262 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"";}; |