Missing part of checkin for fix to bug 285711. r=pkwarren, sr=henry.jia

This commit is contained in:
aaronleventhal%moonset.net 2005-03-25 15:36:01 +00:00
Родитель da3b7ab702
Коммит 614ff1c89e
1 изменённых файлов: 10 добавлений и 1 удалений

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

@ -895,7 +895,16 @@
oncommand="this.parentNode.parentNode.hide();"/>
</xul:hbox>
</content>
<implementation>
<implementation implements="nsIAccessibleProvider">
<property name="accessible">
<getter>
<![CDATA[
var accService = Components.classes["@mozilla.org/accessibilityService;1"].getService(Components.interfaces.nsIAccessibilityService);
return accService.createXULAlertAccessible(this);
]]>
</getter>
</property>
<property name="type" onget="return this.getAttribute('type');"
onset="this.setAttribute('type', val); return val;"/>