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

index 90c36bd..715f8cc 100644 (file)
@@ -81,6 +81,7 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, {
             key = this.getKey(o);
         }
         Roo.log([key, o]);
+        
         if(typeof key == "undefined" || key === null){
             this.length++;
             this.items.push(o);