lint compliance

pull/1/head
yflory 2017-12-11 14:49:41 +01:00
parent 89cc583f53
commit 362104ec09
2 changed files with 2 additions and 4 deletions

View File

@ -187,10 +187,8 @@ define([], function () {
expire: expire,
password: password
};
var msg = ['GET_HISTORY', wc.id];
var msg = ['GET_HISTORY', wc.id, cfg];
// Add the validateKey if we are the channel creator and we have a validateKey
msg.push(validateKey);
msg.push(lastKnownHash);
if (hk) { network.sendto(hk, JSON.stringify(msg)); }
} else {
onRdy();

View File

@ -634,7 +634,7 @@ define([
cb();
}, rtConfig);
return;
};
}
// Start realtime outside the iframe and callback
console.log(data);
startRealtime(rtConfig);