| 
  
 
    The current_userproperty holds the user that is currently being used to create instances in the zimki object store. Example:
 
var old_user = zimki.current_user;
zimki.become( new_user );
if ( old_user != current_user ) {
  // become worked
}
 Parentzimki |