marat-gainullin / platypus-js

Apache License 2.0
9 stars 9 forks source link

P.logout() isn't working #24

Closed AlexeyKashintsev closed 9 years ago

AlexeyKashintsev commented 9 years ago

It's not working in the browser

marat-gainullin commented 9 years ago

logout moved to P.principal. Example:

P.principal.logout(function(){
            P.Logger.info("logged out");
        }, function(aError){
            P.Logger.severe(aError);
        });