From a6d9ecb3ba270d2e8167f8a9cfb690b13f43e611 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 6 Jun 2018 17:48:10 +0200 Subject: [PATCH] lint compliance --- www/common/outer/async-store.js | 2 +- www/worker/sw.js | 2 ++ www/worker2 | 1 - 3 files changed, 3 insertions(+), 2 deletions(-) delete mode 120000 www/worker2 diff --git a/www/common/outer/async-store.js b/www/common/outer/async-store.js index eb8748c6f..d7c8489d4 100644 --- a/www/common/outer/async-store.js +++ b/www/common/outer/async-store.js @@ -928,7 +928,7 @@ define([ queue: [], data: {} }; - Store.joinPad = function (data, cb) { + Store.joinPad = function (data) { var conf = { onReady: function (padData) { channel.data = padData || {}; diff --git a/www/worker/sw.js b/www/worker/sw.js index 7f102e49f..8790de68c 100644 --- a/www/worker/sw.js +++ b/www/worker/sw.js @@ -1,3 +1,5 @@ +/* jshint ignore:start */ + var id = Math.floor(Math.random()*100000); var postMsg = function (client, data) { diff --git a/www/worker2 b/www/worker2 deleted file mode 120000 index b2b186dda..000000000 --- a/www/worker2 +++ /dev/null @@ -1 +0,0 @@ -worker/ \ No newline at end of file