Bug 377698, timepicker.increment setter doesn't work, r=neil

This commit is contained in:
enndeakin%sympatico.ca 2007-04-17 23:59:50 +00:00
Родитель f0ba39ca32
Коммит 54f421bee6
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -364,7 +364,7 @@
<![CDATA[
if (typeof val == "number")
this.setAttribute("increment", val);
return increment;
return val;
]]>
</setter>
</property>