Removing extranious this

This commit is contained in:
Christopher Speller
2016-03-24 12:26:50 -04:00
parent e5c2915e87
commit 8f0caf8dbf

View File

@@ -142,7 +142,7 @@ export function sendMessage(msg) {
conn.send(JSON.stringify(msg));
} else if (!conn || conn.readyState === WebSocket.Closed) {
conn = null;
this.initialize();
initialize();
}
}