roojs-core.js
[roojs1] / roojs-debug.js
index af20359..a60e3e9 100644 (file)
@@ -12867,6 +12867,9 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, {
             o = arguments[0];
             key = this.getKey(o);
         }
+        Roo.log(this);
+        Roo.log(o);
+        Roo.log(key);
         if(typeof key == "undefined" || key === null){
             this.length++;
             this.items.push(o);