Fixing grammar error in comment.

This commit is contained in:
Boris Zbarsky 2009-10-12 13:45:59 -04:00
Родитель c7b47616ba
Коммит 55994bad62
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -43,8 +43,8 @@
interface nsIDOMDocumentXBL : nsISupports
{
/**
* If |elt| does not an XBL binding attached, return null. Otherwise, return
* a nodelist of |elt|'s child nodes in the flattened tree.
* If |elt| does not have an XBL binding attached, return null. Otherwise,
* return a nodelist of |elt|'s child nodes in the flattened tree.
*/
nsIDOMNodeList getAnonymousNodes(in nsIDOMElement elt);
nsIDOMElement getAnonymousElementByAttribute(in nsIDOMElement elt,