1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-07-28 17:02:01 +03:00

Use correct variable name

From https://github.com/matrix-org/matrix-js-sdk/pull/401
This commit is contained in:
David Baker
2017-04-06 16:09:28 +01:00
parent b392656d60
commit 42c3cf2545

View File

@ -44,7 +44,7 @@ window.onload = function() {
disableButtons(true, true, true);
};
matrixClient.on("sync", function(state, prevState, data) {
client.on("sync", function(state, prevState, data) {
switch (state) {
case "PREPARED":
syncComplete();