Merge remote-tracking branch 'upstream/master' into facebook_login

This commit is contained in:
Taylor Stine
2016-02-02 17:57:17 -05:00
9 changed files with 35 additions and 12 deletions

View File

@@ -371,7 +371,7 @@ RestWrite.prototype.handleFollowup = function() {
};
delete this.storage['clearSessions'];
return this.config.database.destroy('_Session', sessionQuery)
.then(this.handleFollowup);
.then(this.handleFollowup.bind(this));
}
};