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 11381)
+++ temp/branches/ec-cube-beta/html/test/kakinaka/js/treeview/treeview.js	(revision 11382)
@@ -753,4 +753,6 @@
         // oParent should never be null except when we create the root node.
         if (oParent) {
+			//this.parent = 
+			alert(oParent.index);
             oParent.appendChild(this);
         }
