From d0aa31723324352ac2e4588e0a76d7c56e63a8a3 Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 9 Nov 2015 13:56:25 +0800 Subject: [PATCH] Roo/util/MixedCollection.js --- Roo/util/MixedCollection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/util/MixedCollection.js b/Roo/util/MixedCollection.js index 4d7e4e8316..0983177868 100644 --- a/Roo/util/MixedCollection.js +++ b/Roo/util/MixedCollection.js @@ -489,6 +489,7 @@ mc.add(otherEl); var r = new Roo.util.MixedCollection(); Roo.log(r); r.getKey = this.getKey; + Roo.log(r.getKey); var k = this.keys, it = this.items; for(var i = 0, len = it.length; i < len; i++){ if(fn.call(scope||this, it[i], k[i])){ -- 2.39.2