зеркало из https://github.com/mozilla/gecko-dev.git
Remove reference to unused variables, b=86705, r=mjudge, sr=kin
This commit is contained in:
Родитель
9bce019a53
Коммит
2ada31f306
|
@ -169,7 +169,6 @@
|
|||
<textbox
|
||||
id = "widthInput"
|
||||
class = "narrow"
|
||||
onfocus = "oldSourceInt = this.value;"
|
||||
oninput = "constrainProportions(this.id, 'heightInput')"/>
|
||||
<menulist id = "widthUnitsMenulist"
|
||||
oncommand = "doDimensionEnabling();" />
|
||||
|
@ -184,7 +183,6 @@
|
|||
<textbox
|
||||
id = "heightInput"
|
||||
class = "narrow"
|
||||
onfocus = "oldSourceInt = this.value;"
|
||||
oninput = "constrainProportions(this.id, 'widthInput')"/>
|
||||
<menulist id = "heightUnitsMenulist"
|
||||
oncommand = "doDimensionEnabling();" />
|
||||
|
|
Загрузка…
Ссылка в новой задаче