From 3cea663357f6b375dde96530899c3593fc158219 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 23 Dec 2014 18:07:17 +0800 Subject: [PATCH] Roo/View.js --- Roo/View.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/View.js b/Roo/View.js index ad490c86ae..5a7401dfac 100644 --- a/Roo/View.js +++ b/Roo/View.js @@ -288,7 +288,7 @@ Roo.extend(Roo.View, Roo.util.Observable, { Roo.log(this.tickItems); Roo.log(data); - Roo.log(this.tickItems.indexOf(this.store.getAt(i).data) * 1); + Roo.log(this.tickItems.indexOf(this.store.getAt(i)) * 1); html[html.length] = Roo.util.Format.trim( -- 2.39.2