1
0
Fork 0
mirror of https://github.com/sbrl/Nibriboard.git synced 2018-01-10 21:33:49 +00:00

[client] Bugfix: Finish capitalising 'event' in the messages as it's a reserved word in C#

This commit is contained in:
Starbeamrainbowlabs 2017-02-19 15:12:23 +00:00
parent fec2cc85e2
commit a09229d341

View file

@ -47,7 +47,7 @@ class CursorSyncer
{
// Update the server on the mouse's position
this.rippleLink.send({
"event": "CursorPosition",
"Event": "CursorPosition",
"AbsCursorPosition": this.cursorPosition
});
}