mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2026-08-02 04:10:23 +08:00
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(); |