Roo/data/MemoryProxy.js
authorAlan <alan@roojs.com>
Tue, 19 Apr 2022 06:15:39 +0000 (14:15 +0800)
committerAlan <alan@roojs.com>
Tue, 19 Apr 2022 06:15:39 +0000 (14:15 +0800)
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) {