mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
readme updated
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user