From 5e4066fc6061c539aee75a748d21099f744f8e9a Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 19 Apr 2022 14:16:03 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-bootstrap.js roojs-bootstrap-debug.js roojs-all.js roojs-debug.js --- roojs-bootstrap-debug.js | 2 +- roojs-debug.js | 2 +- roojs-ui-debug.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/roojs-bootstrap-debug.js b/roojs-bootstrap-debug.js index 3ceab1bb81..45debace1b 100644 --- a/roojs-bootstrap-debug.js +++ b/roojs-bootstrap-debug.js @@ -16090,7 +16090,7 @@ Roo.extend(Roo.data.DataProxy, Roo.util.Observable); * 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) { diff --git a/roojs-debug.js b/roojs-debug.js index f0774c1cce..84c422e373 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -25890,7 +25890,7 @@ Roo.extend(Roo.data.DataProxy, Roo.util.Observable); * 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) { diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 0f92db39cf..56f1c641a2 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -1398,7 +1398,7 @@ Roo.extend(Roo.data.DataProxy, Roo.util.Observable); * 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) { -- 2.39.2