X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fdata%2FMemoryProxy.js;h=d7aa5eef04307f38dc0c6f1c5dcd175c88a1c0bc;hp=aa20f7d0efe7b2a759b5c7c4029a9f6138a4d624;hb=1eefb8949aca10f4eeea0dedcfe9f00ea9a4a583;hpb=22e67090ee09f1cf208420a54cf60d60155ecccc diff --git a/Roo/data/MemoryProxy.js b/Roo/data/MemoryProxy.js index aa20f7d0ef..d7aa5eef04 100644 --- a/Roo/data/MemoryProxy.js +++ b/Roo/data/MemoryProxy.js @@ -14,7 +14,7 @@ * An implementation of Roo.data.DataProxy that simply passes the data specified in its constructor * to the Reader when its load method is called. * @constructor - * @param {Object} data The data object which the Reader uses to construct a block of Roo.data.Records. + * @cfg {Object} data The data object which the Reader uses to construct a block of Roo.data.Records. */ Roo.data.MemoryProxy = function(data){ if (data.data) {