Fix roster.stop fix

pull/1/head
yflory 2019-09-20 16:49:38 +02:00
parent 5b006a8819
commit 3cc8b5eb83
1 changed files with 1 additions and 1 deletions

View File

@ -407,7 +407,7 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto) {
var webChannel;
roster.stop = function () {
if (ref.internal.cpNetflux && typeof(ref.internal.cpNetflux) === "function") {
if (ref.internal.cpNetflux && typeof(ref.internal.cpNetflux.stop) === "function") {
ref.internal.cpNetflux.stop();
clearPendingCheckpoints();
} else {