Roo/data/MemoryProxy.js
[roojs1] / Roo / data / MemoryProxy.js
index aa20f7d..d7aa5ee 100644 (file)
@@ -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) {