mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
timer tests and snippets added
This commit is contained in:
@ -30,3 +30,5 @@ export function clearTimeout(id: number): void {
|
||||
export function setInterval(callback: Function, milliseconds = 0): number {
|
||||
return createTimerAndGetId(callback, milliseconds, true);
|
||||
}
|
||||
|
||||
export var clearInterval = clearTimeout;
|
Reference in New Issue
Block a user