Edit identity.js
This commit is contained in:
parent
c81bfeb0e8
commit
13dbbd7b36
1 changed files with 13 additions and 0 deletions
|
@ -1,4 +1,17 @@
|
|||
|
||||
// Make Namespace
|
||||
var identity = {} ;
|
||||
|
||||
|
||||
|
||||
// Fetch Status
|
||||
identity.fetchStatus = function(){
|
||||
|
||||
// TODO
|
||||
|
||||
return new Array("0", "user1", "25/02/2016");
|
||||
|
||||
}
|
||||
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue