From 1c615cbec196e74729a318506eaf6e845ba500be Mon Sep 17 00:00:00 2001 From: Andreas Tolfsen Date: Mon, 16 Oct 2017 15:30:57 +0100 Subject: [PATCH] Bug 1409031 - Fix element.isBooleanAttribute markup. r=whimboo MozReview-Commit-ID: JIH3y0FlT37 --HG-- extra : rebase_source : 46db24fc9cc340c3149e79fa02829691e1107a64 --- testing/marionette/element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/marionette/element.js b/testing/marionette/element.js index e6602997abcc..60a98b9360d3 100644 --- a/testing/marionette/element.js +++ b/testing/marionette/element.js @@ -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 attr is a boolean attribute on. * @param {string} attr * Attribute to test is a boolean attribute. *