fix jshint

This commit is contained in:
Mario Volke 2014-09-23 12:09:00 +02:00
parent 320686f590
commit 3156a20664
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
if (e.data.html) {
// display html mail body
html = '<div class="scale-body">' + e.data.html + '</div>';;
html = '<div class="scale-body">' + e.data.html + '</div>';
} else if (e.data.text) {
// diplay text mail body by with colored conversation nodes
html = renderNodes(parseConversation(e.data.text));