Bug 1409031 - Fix element.isBooleanAttribute markup. r=whimboo

MozReview-Commit-ID: JIH3y0FlT37

--HG--
extra : rebase_source : 46db24fc9cc340c3149e79fa02829691e1107a64
This commit is contained in:
Andreas Tolfsen 2017-10-16 15:30:57 +01:00
Родитель fc5df925f7
Коммит 1c615cbec1
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1071,7 +1071,7 @@ const boolEls = {
* Tests if the attribute is a boolean attribute on element.
*
* @param {DOMElement} el
* Element to test if |attr| is a boolean attribute on.
* Element to test if <var>attr</var> is a boolean attribute on.
* @param {string} attr
* Attribute to test is a boolean attribute.
*