From: edward Date: Wed, 18 May 2016 05:36:22 +0000 (+0800) Subject: Roo/data/Store.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=a2d8bd036f016ead9fdc6583d8c02b4718ee9e6b;p=roojs1 Roo/data/Store.js --- diff --git a/Roo/data/Store.js b/Roo/data/Store.js index 4dbb397650..dcd7909d3a 100644 --- a/Roo/data/Store.js +++ b/Roo/data/Store.js @@ -411,6 +411,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, { this.data = this.snapshot; delete this.snapshot; } + Roo.log(r); this.data.clear(); this.data.addAll(r); this.totalLength = t;