Adding missing |return|. r/sr=no one

This commit is contained in:
blakeross%telocity.com 2001-12-08 23:48:54 +00:00
Родитель f63091c742
Коммит 4bceadf404
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -34,7 +34,7 @@
<property name="checked" onset="if (val) this.setAttribute('checked', 'true');
else this.removeAttribute('checked');
return val;"
onget="this.hasAttribute('checked');"/>
onget="return this.hasAttribute('checked');"/>
</implementation>
<handlers>
<handler event="click" button="0" action="this.checked = !this.checked;"/>