Make status bar dynamic !

This commit is contained in:
manzerbredes 2016-01-31 11:47:13 +01:00
parent ae774e3811
commit 58e5c44db2
3 changed files with 36 additions and 5 deletions

View file

@ -0,0 +1,15 @@
// Make Namespace
var identity = {} ;
// Fetch Status
identity.fetchStatus = function(){
// TODO
return new Array("1", "user1", "25/02/2016");
}