[geary: 2/4] composer-web-view: add missing semicolon after field assignment



commit 65af96a499f0767993c90964c386501c0b565e7a
Author: Konstantin Kharlamov <Hi-Angel yandex ru>
Date:   Fri Mar 22 01:52:07 2019 +0300

    composer-web-view: add missing semicolon after field assignment
    
    Fixes LGTM warning: "Avoid automated semicolon insertion (93% of all
    statements in the enclosing script have an explicit semicolon)."
    
    Signed-off-by: Konstantin Kharlamov <Hi-Angel yandex ru>

 ui/composer-web-view.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/ui/composer-web-view.js b/ui/composer-web-view.js
index 9223bf7c..5d13d374 100644
--- a/ui/composer-web-view.js
+++ b/ui/composer-web-view.js
@@ -564,7 +564,7 @@ ComposerPageState.htmlToText = function(root) {
     }
 
     return text;
-}
+};
 
 // Linkifies "plain text" link
 ComposerPageState.linkify = function(node) {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]