From: edward Date: Tue, 5 Jan 2016 05:34:55 +0000 (+0800) Subject: Roo/util/MixedCollection.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=1de14ee8abcdfda2cf34e331e6713463b8a60a6e;p=roojs1 Roo/util/MixedCollection.js --- diff --git a/Roo/util/MixedCollection.js b/Roo/util/MixedCollection.js index 86cd8b6d01..b9b80227c6 100644 --- a/Roo/util/MixedCollection.js +++ b/Roo/util/MixedCollection.js @@ -79,6 +79,9 @@ Roo.extend(Roo.util.MixedCollection, Roo.util.Observable, { o = arguments[0]; key = this.getKey(o); } + Roo.log(this); + Roo.log(o); + Roo.log(key); if(typeof key == "undefined" || key === null){ this.length++; this.items.push(o);