Bug 848939 - De-field scale.xml. r=jaws

This commit is contained in:
Bobby Holley 2013-03-21 09:34:36 -07:00
Родитель c0126aabe6
Коммит 4b8c3c1f76
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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;