roojs-core.js
[roojs1] / roojs-debug.js
index a11c9be..a60e3e9 100644 (file)
@@ -12864,9 +12864,12 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, {
  */
     add : function(key, o){
         if(arguments.length == 1){
-            o = key; //arguments[0];
+            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);