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

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