From: Edward Date: Tue, 17 Jul 2018 03:46:13 +0000 (+0800) Subject: Roo/data/Store.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=09cb7295cf615745b7a89b77efb84fe6317386ba;p=roojs1 Roo/data/Store.js --- diff --git a/Roo/data/Store.js b/Roo/data/Store.js index d96ad69b78..b4b994b75d 100644 --- a/Roo/data/Store.js +++ b/Roo/data/Store.js @@ -432,6 +432,8 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, { } this.fireEvent("load", this, r, options, o); + + Roo.log(options.callback); if(options.callback){ options.callback.call(options.scope || this, r, options, true); }