summaryrefslogtreecommitdiff
path: root/client/js/requests/errors.js
diff options
context:
space:
mode:
Diffstat (limited to 'client/js/requests/errors.js')
-rw-r--r--client/js/requests/errors.js14
1 files changed, 0 insertions, 14 deletions
diff --git a/client/js/requests/errors.js b/client/js/requests/errors.js
deleted file mode 100644
index cc9389a..0000000
--- a/client/js/requests/errors.js
+++ /dev/null
@@ -1,14 +0,0 @@
-/*
- * 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