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

@@ -56,3 +56,5 @@ export function setInterval(callback: Function, milliseconds = 0): number {
return id;
}
export var clearInterval = clearTimeout;