mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fix docu typo
This commit is contained in:
parent
27e1257d75
commit
79ff9be568
@ -152,7 +152,7 @@ egw.extend("data", egw.MODULE_APP_LOCAL, function (_app, _wnd)
|
|||||||
// This result is not for us, quietly return
|
// This result is not for us, quietly return
|
||||||
if(_result && typeof _result.type != 'undefined') 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"
|
if (!(_result && typeof _result.order !== "undefined"
|
||||||
&& typeof _result.data !== "undefined"))
|
&& typeof _result.data !== "undefined"))
|
||||||
{
|
{
|
||||||
@ -975,4 +975,4 @@ egw.extend("data_storage", egw.MODULE_GLOBAL, function (_app, _wnd) {
|
|||||||
return widgets;
|
return widgets;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
Loading…
Reference in New Issue
Block a user