diff options
| author | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 12:30:12 +0100 |
|---|---|---|
| committer | manzerbredes <loic.guegan_secondary@yahoo.fr> | 2016-02-03 12:30:12 +0100 |
| commit | 13dbbd7b36e3f12c25c45c3debc704b6632c4b46 (patch) | |
| tree | b50f41a22865e64969e331f888026d01aee293ea /client/js | |
| parent | c81bfeb0e8ac50bc122f653fda1f51169a753354 (diff) | |
Edit identity.js
Diffstat (limited to 'client/js')
| -rw-r--r-- | client/js/requests/identity.js | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/client/js/requests/identity.js b/client/js/requests/identity.js index 60c74ee..19971b8 100644 --- a/client/js/requests/identity.js +++ b/client/js/requests/identity.js @@ -1,4 +1,17 @@ +// Make Namespace +var identity = {} ; + + + +// Fetch Status +identity.fetchStatus = function(){ + + // TODO + + return new Array("0", "user1", "25/02/2016"); + +} /* |
