summaryrefslogtreecommitdiff
path: root/client/js/requests/identity.js
blob: 369ce854b76cb748f17b66393149b705b16650b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15


// Make Namespace
var identity = {} ;



// Fetch Status
identity.fetchStatus = function(){
    
    // TODO
    
    return new Array("1", "user1", "25/02/2016");

}