Followup to followup to bug 206053 to ensure that we're getting a XUL NS as if anyone would be silly enough to attach this binding to a non XUL element r=bz

This commit is contained in:
neil%parkwaycc.co.uk 2006-05-29 20:32:45 +00:00
Родитель 173e1c9552
Коммит 578636154a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -114,7 +114,7 @@
</constructor>
<field name="menulist">document.getAnonymousNodes(this)[0]</field>
<field name="menuitems">this.menulist.getElementsByTagNameNS(this.namespaceURI, 'menuitem')</field>
<field name="menuitems">this.menulist.getElementsByTagNameNS(this.menulist.namespaceURI, 'menuitem')</field>
<method name="hideInvalidActions">
<body>