X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=Roo%2Fdata%2FMemoryProxy.js;fp=Roo%2Fdata%2FMemoryProxy.js;h=ac626fb9d44c7ff69810fe03103d2fa94dfe35b6;hb=9ff8ded6bbbd258ecd646184ba26020874e2c085;hp=241c570ccd5c434d1671ca7ad166adb964b58c14;hpb=2542b67d1a0768025056f2f330bfe50b64d1ad38;p=roojs1 diff --git a/Roo/data/MemoryProxy.js b/Roo/data/MemoryProxy.js index 241c570ccd..ac626fb9d4 100644 --- a/Roo/data/MemoryProxy.js +++ b/Roo/data/MemoryProxy.js @@ -46,7 +46,7 @@ Roo.extend(Roo.data.MemoryProxy, Roo.data.DataProxy, { params = params || {}; var result; try { - result = reader.readRecords(this.data); + result = reader.readRecords(params.data ? params.data :this.data); }catch(e){ this.fireEvent("loadexception", this, arg, null, e); callback.call(scope, null, arg, false);