mirror of
https://github.com/salesagility/SuiteCRM.git
synced 2025-01-31 04:22:40 +00:00
56a8c296b4
Signed-off-by: Dillon-Brown <dillon.brown@salesagility.com>
2 lines
No EOL
268 B
JavaScript
Executable file
2 lines
No EOL
268 B
JavaScript
Executable file
/* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */YAHOO.widget.MenuNode=function(oData,oParent,expanded){if(oParent){this.init(oData,oParent,expanded);this.setUpLabel(oData);}
|
|
this.multiExpand=false;};YAHOO.widget.MenuNode.prototype=new YAHOO.widget.TextNode(); |