Update dependencies and configurations

This commit is contained in:
RainLoop Team 2019-06-29 03:17:29 +03:00
parent dbbc83e4c8
commit a1562e7145
18 changed files with 732 additions and 633 deletions

View file

@ -201,6 +201,7 @@ class AbstractAjaxRemote
this.oRequests[action] = oDefAjax;
}
oDefAjax.catch(console.log);
return oDefAjax;
}