From c81b4d77e86d4bbb85b77bc8fbf1c463c6bc3c88 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 6 Dec 2018 11:55:40 +0100 Subject: [PATCH] lint compliance --- www/common/sframe-common-cursor.js | 1 - www/common/toolbar3.js | 1 - 2 files changed, 2 deletions(-) diff --git a/www/common/sframe-common-cursor.js b/www/common/sframe-common-cursor.js index 9153a8c29..3cd118d5d 100644 --- a/www/common/sframe-common-cursor.js +++ b/www/common/sframe-common-cursor.js @@ -5,7 +5,6 @@ define([ module.create = function (Common) { var exp = {}; var sframeChan = Common.getSframeChannel(); - var metadataMgr = Common.getMetadataMgr(); var execCommand = function (cmd, data, cb) { sframeChan.query('Q_CURSOR_COMMAND', {cmd: cmd, data: data}, function (err, obj) { diff --git a/www/common/toolbar3.js b/www/common/toolbar3.js index 3fcdb8de9..2a3085fb7 100644 --- a/www/common/toolbar3.js +++ b/www/common/toolbar3.js @@ -149,7 +149,6 @@ MessengerUI, Messages) { }; }; - var avatars = {}; var editingUserName = { state: false };