mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
timer tests and snippets added
This commit is contained in:
@@ -5,6 +5,6 @@ import consoleModule = require("console/console");
|
||||
setTimeout = timer.setTimeout;
|
||||
clearTimeout = timer.clearTimeout;
|
||||
setInterval = timer.setInterval;
|
||||
clearInterval = timer.clearTimeout;
|
||||
clearInterval = timer.clearInterval;
|
||||
|
||||
console = new consoleModule.Console();
|
||||
Reference in New Issue
Block a user