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

index 6d302d5..96e6831 100644 (file)
@@ -78,7 +78,7 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, {
         
         if(arguments.length == 1){
             o = arguments[0];
-            key = this.getKey(o);
+            key = parseInt(this.getKey(o));
         }
         Roo.log([key, o]);