From 1eefb8949aca10f4eeea0dedcfe9f00ea9a4a583 Mon Sep 17 00:00:00 2001 From: Alan Date: Tue, 19 Apr 2022 14:15:39 +0800 Subject: [PATCH] Roo/data/MemoryProxy.js --- Roo/data/MemoryProxy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2