зеркало из 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
|
<textbox
|
||||||
id = "widthInput"
|
id = "widthInput"
|
||||||
class = "narrow"
|
class = "narrow"
|
||||||
onfocus = "oldSourceInt = this.value;"
|
|
||||||
oninput = "constrainProportions(this.id, 'heightInput')"/>
|
oninput = "constrainProportions(this.id, 'heightInput')"/>
|
||||||
<menulist id = "widthUnitsMenulist"
|
<menulist id = "widthUnitsMenulist"
|
||||||
oncommand = "doDimensionEnabling();" />
|
oncommand = "doDimensionEnabling();" />
|
||||||
|
@ -184,7 +183,6 @@
|
||||||
<textbox
|
<textbox
|
||||||
id = "heightInput"
|
id = "heightInput"
|
||||||
class = "narrow"
|
class = "narrow"
|
||||||
onfocus = "oldSourceInt = this.value;"
|
|
||||||
oninput = "constrainProportions(this.id, 'widthInput')"/>
|
oninput = "constrainProportions(this.id, 'widthInput')"/>
|
||||||
<menulist id = "heightUnitsMenulist"
|
<menulist id = "heightUnitsMenulist"
|
||||||
oncommand = "doDimensionEnabling();" />
|
oncommand = "doDimensionEnabling();" />
|
||||||
|
|
Загрузка…
Ссылка в новой задаче