From aa14849229224ffda10f03fbb2b4f145f2affe97 Mon Sep 17 00:00:00 2001 From: Edward Date: Tue, 29 Apr 2014 12:40:53 +0800 Subject: [PATCH] Roo/bootstrap/TableBody.js --- Roo/bootstrap/TableBody.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Roo/bootstrap/TableBody.js b/Roo/bootstrap/TableBody.js index b26bb5c40e..e7034afc16 100644 --- a/Roo/bootstrap/TableBody.js +++ b/Roo/bootstrap/TableBody.js @@ -67,10 +67,10 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component, { } this.store = Roo.factory(this.store, Roo.data); - Roo.log('this.store'); - Roo.log(this.store); this.store.on('load', this.onLoad, this); + this.store.load(); + }, onLoad: function () { -- 2.39.2