Exemplo n.º 1
0
RemoteAuthDelegate.prototype.destroy = function() {
  user.removeListener('loginRequested', bind(this.fetchAuthData, this));
};
Exemplo n.º 2
0
LivefyreDelegate.prototype.destroy = function() {
    this.articleId = this.siteId = this.serverUrl = null;
    user.removeListener('loginRequested', bind(this.fetchAuthData, this));
};