mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Replace knownEvents modules with static strings.
This commit is contained in:
@@ -16,7 +16,7 @@ export function createPage() {
|
||||
var forwardIntervalId;
|
||||
var backIntervalId;
|
||||
|
||||
startButton.on(buttonModule.knownEvents.tap, function () {
|
||||
startButton.on(buttonModule.Button.tapEvent, function () {
|
||||
|
||||
forwardIntervalId = setInterval(function () {
|
||||
console.log("Navigating to controls page...");
|
||||
|
||||
Reference in New Issue
Block a user