From 5597d4f6f7b14d60ee2f0051e89c927b2ef7ed47 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 2 Oct 2011 23:54:19 -0400 Subject: [PATCH] element.js: style fix --- missing semicolon --- modules/element.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/element.js b/modules/element.js index f7810ef..2dc0f6b 100644 --- a/modules/element.js +++ b/modules/element.js @@ -284,7 +284,7 @@ interactive("browser-object-text", if (e instanceof Ci.nsIDOMHTMLImageElement) yield co_return(e.getAttribute("alt")); yield co_return(e.textContent); - } + }; }, $prefix); -- 2.11.4.GIT