Roo/util/MixedCollection.js
authoredward <edward@roojs.com>
Tue, 5 Jan 2016 05:34:55 +0000 (13:34 +0800)
committeredward <edward@roojs.com>
Tue, 5 Jan 2016 05:34:55 +0000 (13:34 +0800)
Roo/util/MixedCollection.js

index 86cd8b6..b9b8022 100644 (file)
@@ -79,6 +79,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);