mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 13:39:23 +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"))
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user