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 || {};