roojs-ui.js
authorAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 06:54:08 +0000 (14:54 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 10 Feb 2020 06:54:08 +0000 (14:54 +0800)
roojs-ui-debug.js
roojs-bootstrap.js
roojs-bootstrap-debug.js
roojs-all.js
roojs-debug.js

roojs-bootstrap-debug.js
roojs-debug.js
roojs-ui-debug.js

index ecdb9f1..0ab5de6 100644 (file)
@@ -13126,10 +13126,7 @@ Roo.extend(Roo.data.ArrayReader, Roo.data.JsonReader, {
            totalRecords : records.length
        };
     },
-    /**
-     * using 'cn' the nested child reader read the child array into it's child stores.
-     * @param {Object} rec The record with a 'children array
-     */
+    // used when loading children.. @see loadDataFromChildren
     toLoadData: function(rec)
     {
        // expect rec just to be an array.. eg [a,b,c, [...] << cn ]
index db52ac5..0bccc18 100644 (file)
@@ -24704,10 +24704,7 @@ Roo.extend(Roo.data.ArrayReader, Roo.data.JsonReader, {
            totalRecords : records.length
        };
     },
-    /**
-     * using 'cn' the nested child reader read the child array into it's child stores.
-     * @param {Object} rec The record with a 'children array
-     */
+    // used when loading children.. @see loadDataFromChildren
     toLoadData: function(rec)
     {
        // expect rec just to be an array.. eg [a,b,c, [...] << cn ]
index 2d3560c..2bd7106 100644 (file)
@@ -2220,10 +2220,7 @@ Roo.extend(Roo.data.ArrayReader, Roo.data.JsonReader, {
            totalRecords : records.length
        };
     },
-    /**
-     * using 'cn' the nested child reader read the child array into it's child stores.
-     * @param {Object} rec The record with a 'children array
-     */
+    // used when loading children.. @see loadDataFromChildren
     toLoadData: function(rec)
     {
        // expect rec just to be an array.. eg [a,b,c, [...] << cn ]