From 56c30fc02ecae3a3727302981738474cb155695d Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 10 Sep 2018 15:33:24 +0200 Subject: [PATCH] lint compliance --- www/contacts/messenger-ui.js | 1 - 1 file changed, 1 deletion(-) diff --git a/www/contacts/messenger-ui.js b/www/contacts/messenger-ui.js index 93ac1bd09..fde166b9c 100644 --- a/www/contacts/messenger-ui.js +++ b/www/contacts/messenger-ui.js @@ -113,7 +113,6 @@ define([ }); channels.forEach(function (c, i) { - var m1 = state.channels[c].messages.slice(-1)[0]; $userlist.find(dataQuery(c)).css('order', i); });