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