Changeset 11372 for temp/branches


Ignore:
Timestamp:
2006/12/27 16:55:55 (18 years ago)
Author:
kaki
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js

    r11371 r11372  
    14971497 * @param expanded {boolean} the initial expanded/collapsed state 
    14981498 */ 
    1499 YAHOO.widget.TextNode = function(oData, oParent, expanded) { 
     1499YAHOO.widget.TextNode = function(oData, oParent, expanded, index) { 
    15001500    // this.type = "TextNode"; 
    15011501 
    15021502    if (oData) {  
    1503         this.init(oData, oParent, expanded); 
     1503        this.init(oData, oParent, expanded, index); 
    15041504        this.setUpLabel(oData); 
    15051505    } 
Note: See TracChangeset for help on using the changeset viewer.