Add translation keys and remove/fix XXX

This commit is contained in:
yflory
2019-09-24 10:52:03 +02:00
parent b3041bd59a
commit d90115fbc9
6 changed files with 39 additions and 1097 deletions

View File

@@ -446,7 +446,7 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto) {
// deleted while you are open
// emit an event
var onChannelError = function (info) {
if (!ready) { return void cb(info); } // XXX make sure we don't reconnect
if (!ready) { return void cb(info); }
console.error("CHANNEL_ERROR", info);
};