Index: temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js
===================================================================
--- temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11371)
+++ temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11372)
@@ -1497,9 +1497,9 @@
  * @param expanded {boolean} the initial expanded/collapsed state
  */
-YAHOO.widget.TextNode = function(oData, oParent, expanded) {
+YAHOO.widget.TextNode = function(oData, oParent, expanded, index) {
     // this.type = "TextNode";
 
     if (oData) { 
-        this.init(oData, oParent, expanded);
+        this.init(oData, oParent, expanded, index);
         this.setUpLabel(oData);
     }
