timer tests and snippets added

This commit is contained in:
Vladimir Enchev
2014-05-16 16:16:29 +03:00
parent 35b9159b5e
commit 599bc7c10e
6 changed files with 153 additions and 1 deletions

View File

@@ -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();