コード例 #1
0
ファイル: remote.js プロジェクト: Livefyre/auth-delegates
RemoteAuthDelegate.prototype.destroy = function() {
  user.removeListener('loginRequested', bind(this.fetchAuthData, this));
};
コード例 #2
0
ファイル: livefyre.js プロジェクト: Livefyre/auth-delegates
LivefyreDelegate.prototype.destroy = function() {
    this.articleId = this.siteId = this.serverUrl = null;
    user.removeListener('loginRequested', bind(this.fetchAuthData, this));
};