diff --git a/tns-core-modules/ui/frame/frame-common.ts b/tns-core-modules/ui/frame/frame-common.ts index f82d91e5f..29110ceeb 100644 --- a/tns-core-modules/ui/frame/frame-common.ts +++ b/tns-core-modules/ui/frame/frame-common.ts @@ -32,7 +32,7 @@ function onLivesync(args: EventData): void { } }); } -application.on("livesync", args => onLivesync); +application.on("livesync", onLivesync); let frameStack: Array = [];