The current_user property 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
}
Parent
zimki
|