lint compliance

pull/1/head
yflory 7 years ago
parent 598d56c75e
commit a6d9ecb3ba

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

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

@ -1 +0,0 @@
worker/
Loading…
Cancel
Save