readme updated

This commit is contained in:
Vladimir Enchev
2014-05-12 13:38:17 +03:00
parent 4cba61c40d
commit 76dd7014a1

View File

@@ -29,4 +29,6 @@ OR
var intervalId = timer.setInterval(function(){ log("Test"); }, 2000);
...
timer.clearInterval(intervalId)
```
```
The second parameter for setTimeout and setInterval is optional with default value of 0.