mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
readme updated
This commit is contained in:
@ -2,5 +2,8 @@
|
||||
```js
|
||||
require("globals");
|
||||
|
||||
setTimeout(function(){ log("Test"); }, 2000);
|
||||
```
|
||||
setTimeout(function(){ console.log("Test"); }, 2000);
|
||||
|
||||
```
|
||||
|
||||
Global functions/objects are: setTimeout, clearTimeout, setInterval, clearInterval and console.
|
Reference in New Issue
Block a user