Bug 1331661 - Manually fix the remaining 'quotes' errors for eslint. r=Gijs
MozReview-Commit-ID: 7iXjQtp9ftV
This commit is contained in:
@@ -290,15 +290,15 @@
|
||||
if (aValue >= 10) {
|
||||
aValue /= 100.0;
|
||||
} else {
|
||||
if (this.mScaleCombobox.hasAttribute('lastValidInx')) {
|
||||
this.mScaleCombobox.selectedIndex = this.mScaleCombobox.getAttribute('lastValidInx');
|
||||
if (this.mScaleCombobox.hasAttribute("lastValidInx")) {
|
||||
this.mScaleCombobox.selectedIndex = this.mScaleCombobox.getAttribute("lastValidInx");
|
||||
}
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
this.setScaleCombobox(aValue);
|
||||
this.mScaleCombobox.setAttribute('lastValidInx', this.mScaleCombobox.selectedIndex);
|
||||
this.mScaleCombobox.setAttribute("lastValidInx", this.mScaleCombobox.selectedIndex);
|
||||
|
||||
if (settings.scaling != aValue || settings.shrinkToFit) {
|
||||
settings.shrinkToFit = false;
|
||||
|
||||
Reference in New Issue
Block a user