From 0a011b4ea3f444f81c8f321ba92ae742615b64f8 Mon Sep 17 00:00:00 2001 From: edward Date: Tue, 5 Jan 2016 13:57:39 +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 cf0e52209b..6d302d5a66 100644 --- a/Roo/util/MixedCollection.js +++ b/Roo/util/MixedCollection.js @@ -87,6 +87,7 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, { this.items.push(o); this.keys.push(null); }else{ + Roo.log(this); var old = this.map[key]; Roo.log('old.........................'); Roo.log(old); -- 2.39.2