0
0
Fork 0
mirror of https://github.com/salesagility/SuiteCRM.git synced 2025-01-31 04:22:40 +00:00
salesagility_SuiteCRM/include/ytree/TreeView/RootNode.js
Dillon-Brown 56a8c296b4 Close #7027 - Use a maintained library to minify JS
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2021-03-26 21:50:24 +00: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"";};