Switch to patching with DiffDOM for testing :D

This commit is contained in:
Caleb James DeLisle
2016-02-11 16:10:44 +01:00
parent 2031191261
commit 86c4a69a97
3 changed files with 14 additions and 15 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(); }
};