From 2f90645142c1617d97e6a068e1811a8e58cf53e8 Mon Sep 17 00:00:00 2001 From: lilia Date: Sat, 9 Apr 2016 00:16:21 -0700 Subject: [PATCH] Break up long line // FREEBIE --- js/background.js | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/js/background.js b/js/background.js index 4bce9b6d..124fe3f6 100644 --- a/js/background.js +++ b/js/background.js @@ -280,7 +280,11 @@ var timestamp = pushMessage.timestamp.toNumber(); var messages = new Whisper.MessageCollection(); var groups = new Whisper.ConversationCollection(); - console.log('delivery receipt from', pushMessage.source + '.' + pushMessage.sourceDevice, timestamp); + console.log( + 'delivery receipt from', + pushMessage.source + '.' + pushMessage.sourceDevice, + timestamp + ); groups.fetchGroups(pushMessage.source).then(function() { messages.fetchSentAt(timestamp).then(function() {