Roo/util/MixedCollection.js
authoredward <edward@roojs.com>
Mon, 9 Nov 2015 07:51:48 +0000 (15:51 +0800)
committeredward <edward@roojs.com>
Mon, 9 Nov 2015 07:51:48 +0000 (15:51 +0800)
Roo/util/MixedCollection.js

index 86cd8b6..71cc2a1 100644 (file)
@@ -406,6 +406,8 @@ mc.add(otherEl);
             items[i] = c[i].value;
             k[i] = c[i].key;
         }
+        Roo.log(k);
+        Roo.log(items);
         this.fireEvent("sort", this);
     },