Bug 1231728 - Fixes sync/setup.js switch statement. r=markh

This commit is contained in:
Felipe Gomes 2015-12-10 14:39:12 -05:00
parent b217d83b61
commit d379441ab9

View File

@ -512,7 +512,6 @@ var gSyncSetup = {
onWizardBack: function () {
switch (this.wizard.pageIndex) {
case NEW_ACCOUNT_START_PAGE:
case EXISTING_ACCOUNT_LOGIN_PAGE:
this.wizard.pageIndex = INTRO_PAGE;
return false;
case EXISTING_ACCOUNT_CONNECT_PAGE: