From 137ed70c956872616c4c6863afb79410866bdc80 Mon Sep 17 00:00:00 2001 From: Alexandre Pretto Date: Thu, 8 Jan 2015 19:16:31 -0200 Subject: Fix jshint --- web-ui/app/js/helpers/view_helper.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/js/helpers/view_helper.js b/web-ui/app/js/helpers/view_helper.js index 48d9a9c7..83de4464 100644 --- a/web-ui/app/js/helpers/view_helper.js +++ b/web-ui/app/js/helpers/view_helper.js @@ -40,8 +40,8 @@ define( function formatMailBody (mail) { var body = mail.htmlBodyPart ? htmlWhitelister.sanitize(mail.htmlBody, htmlWhitelister.tagPolicy) : - addParagraphsToPlainText(mail.textPlainBody) - return $(body) + addParagraphsToPlainText(mail.textPlainBody); + return $(body); } function moveCaretToEnd(el) { -- cgit v1.2.3