Backing the button attribute removal. This was wrongly checked in. Sorry

This commit is contained in:
dougt%meer.net 2005-12-09 16:49:34 +00:00
Родитель 2acd700a73
Коммит b86ded1244
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -831,7 +831,7 @@
</implementation>
<handlers>
<handler event="mousedown"><![CDATA[
<handler event="mousedown" button="0"><![CDATA[
this.showPopup();
]]></handler>
</handlers>