diff options
Diffstat (limited to 'client/js/requests/errors.js')
| -rw-r--r-- | client/js/requests/errors.js | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/js/requests/errors.js b/client/js/requests/errors.js new file mode 100644 index 0000000..cc9389a --- /dev/null +++ b/client/js/requests/errors.js @@ -0,0 +1,14 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + + +var errors={}; + + +errors.checkForLogin=function(result){ + // TODO + return true; +};
\ No newline at end of file |
