From c6b7793d8bc90e0572a9ea45967f9dd990bbc5cc Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Dec 2014 18:14:44 +0800 Subject: [PATCH] Roo/View.js --- Roo/View.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Roo/View.js b/Roo/View.js index 39785dc5c4..73766c7b5b 100644 --- a/Roo/View.js +++ b/Roo/View.js @@ -287,8 +287,10 @@ Roo.extend(Roo.View, Roo.util.Observable, { } Roo.log(this.tickItems); + var ret = [data]; + Roo.log([data]); - Roo.log(this.tickItems.indexOf(data) * 1); + Roo.log(this.tickItems.indexOf(data[0]) * 1); html[html.length] = Roo.util.Format.trim( -- 2.39.2