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("0", "user1", "25/02/2016"); }