FIX: Livesync event not firing for frame

This commit is contained in:
vakrilov
2017-03-13 10:49:09 +02:00
parent 6a0f12b677
commit 789e2e0235

View File

@@ -32,7 +32,7 @@ function onLivesync(args: EventData): void {
}
});
}
application.on("livesync", args => onLivesync);
application.on("livesync", onLivesync);
let frameStack: Array<FrameBase> = [];