Processed PR Comments.

Added tests for EpisodesWithCutoffUnmet.
This commit is contained in:
Taloth Saldono 2014-02-13 20:02:58 +01:00 committed by Mark McDowall
commit 8f87f06ac6
8 changed files with 235 additions and 30 deletions

View file

@ -22,8 +22,9 @@ define(
setActive: function () {
var storedKey = this.menu.defaultAction;
if (this.menu.storeState)
if (this.menu.storeState) {
storedKey = Config.getValue(this.menu.menuKey, storedKey);
}
if (!storedKey)
return;