diff options
Diffstat (limited to 'client/js/requests/identity.js')
| -rw-r--r-- | client/js/requests/identity.js | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/client/js/requests/identity.js b/client/js/requests/identity.js new file mode 100644 index 0000000..369ce85 --- /dev/null +++ b/client/js/requests/identity.js @@ -0,0 +1,15 @@ + + +// Make Namespace +var identity = {} ; + + + +// Fetch Status +identity.fetchStatus = function(){ + + // TODO + + return new Array("1", "user1", "25/02/2016"); + +}
\ No newline at end of file |
