Merge branch 'diffdom' of github.com:xwiki-labs/cryptpad into demoEffect

This commit is contained in:
ansuz
2016-02-12 10:24:11 +01:00
4 changed files with 30 additions and 25 deletions

View File

@@ -230,8 +230,8 @@ define([
//verbose("Received own message");
} else {
//verbose("Received remote message");
// obviously this is only going to get called if
onRemote && onRemote(realtime.getAuthDoc());
// obviously this is only going to get called if
onRemote && onRemote(realtime.getUserDoc());
}
}
}
@@ -290,7 +290,7 @@ define([
});
return {
onEvent: function () {
onEvent();
onEvent();
},
bumpSharejs: function () { bump(); }
};