diff --git a/api/js/jsapi/egw_data.js b/api/js/jsapi/egw_data.js index 51a7bea6d6..9629eef925 100644 --- a/api/js/jsapi/egw_data.js +++ b/api/js/jsapi/egw_data.js @@ -152,7 +152,7 @@ egw.extend("data", egw.MODULE_APP_LOCAL, function (_app, _wnd) // This result is not for us, quietly return if(_result && typeof _result.type != 'undefined') return; - // "result" has to be an object consting of "order" and "data" + // "result" has to be an object consisting of "order" and "data" if (!(_result && typeof _result.order !== "undefined" && typeof _result.data !== "undefined")) { @@ -975,4 +975,4 @@ egw.extend("data_storage", egw.MODULE_GLOBAL, function (_app, _wnd) { return widgets; } }; -}); +}); \ No newline at end of file