Bug 1421048 - Re-apply ESLint fixes that never got upstreamed. r=me

This commit is contained in:
Ryan VanderMeulen 2017-11-27 16:36:55 -05:00
parent b205b59c5c
commit 5d882f123d
2 changed files with 2 additions and 2 deletions

View File

@ -101,7 +101,7 @@ function initializeDefaultPreferences() {
"enablePrintAutoRotate": false,
"disablePageMode": false,
"disablePageLabels": false
}
};
var defaultBranch = Services.prefs.getDefaultBranch(PREF_PREFIX + ".");

View File

@ -55,7 +55,7 @@ var DEFAULT_PREFERENCES =
"enablePrintAutoRotate": false,
"disablePageMode": false,
"disablePageLabels": false
}
};
var PdfjsChromeUtils = {