Roo/util/MixedCollection.js
authoredward <edward@roojs.com>
Tue, 5 Jan 2016 06:00:25 +0000 (14:00 +0800)
committeredward <edward@roojs.com>
Tue, 5 Jan 2016 06:00:25 +0000 (14:00 +0800)
Roo/util/MixedCollection.js

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