lint compliance

This commit is contained in:
yflory 2018-06-06 17:48:10 +02:00
parent 598d56c75e
commit a6d9ecb3ba
3 changed files with 3 additions and 2 deletions

View file

@ -928,7 +928,7 @@ define([
queue: [],
data: {}
};
Store.joinPad = function (data, cb) {
Store.joinPad = function (data) {
var conf = {
onReady: function (padData) {
channel.data = padData || {};

View file

@ -1,3 +1,5 @@
/* jshint ignore:start */
var id = Math.floor(Math.random()*100000);
var postMsg = function (client, data) {

View file

@ -1 +0,0 @@
worker/