Roo/data/Tree.js
authorEdward <edward@roojs.com>
Thu, 4 Apr 2019 03:58:14 +0000 (11:58 +0800)
committerEdward <edward@roojs.com>
Thu, 4 Apr 2019 03:58:14 +0000 (11:58 +0800)
Roo/data/Tree.js

index cdc53e9..4e1031b 100644 (file)
@@ -353,6 +353,7 @@ Roo.extend(Roo.data.Node, Roo.util.Observable, {
      * @return {Node} The appended node if single append, or null if an array was passed
      */
     appendChild : function(node){
+        Roo.log('tree.js appendChild');
         var multi = false;
         if(node instanceof Array){
             multi = node;