summaryrefslogtreecommitdiff
path: root/client/js/requests/errors.js
diff options
context:
space:
mode:
authormanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-05 16:44:15 +0100
committermanzerbredes <loic.guegan_secondary@yahoo.fr>2016-02-05 16:44:15 +0100
commit31f3a9d77fd3c2af679be75ddd2a4e18a3599082 (patch)
tree4ca255ef6a41df5c9f73b7a33f89c3b91cde4898 /client/js/requests/errors.js
parentc2a5b1880c19c1490c42eb40a6a15ce2bc64b9e9 (diff)
parent784b25754c6b168a6c015aa39837c34339c88444 (diff)
Merge branch 'loic' of github.com:manzerbredes/istic-openstack into loic
Diffstat (limited to 'client/js/requests/errors.js')
-rw-r--r--client/js/requests/errors.js14
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