mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 848939 - De-field scale.xml. r=jaws
This commit is contained in:
parent
5441778924
commit
37f250f86a
@ -61,8 +61,6 @@
|
||||
<property name="pageIncrement" onget="return this._getIntegerAttribute('pageincrement', 10);"
|
||||
onset="return this._setIntegerAttribute('pageincrement', val);"/>
|
||||
|
||||
<field name="_userChanged">false</field>
|
||||
<field name="_sliderElement"/>
|
||||
<property name="_slider" readonly="true">
|
||||
<getter>
|
||||
if (!this._sliderElement)
|
||||
@ -73,6 +71,7 @@
|
||||
|
||||
<constructor>
|
||||
<![CDATA[
|
||||
this._userChanged = false;
|
||||
var value = parseInt(this.getAttribute("value"), 10);
|
||||
if (!isNaN(value))
|
||||
this.value = value;
|
||||
|
Loading…
Reference in New Issue
Block a user