mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 20:11:24 +08:00
readme updated
This commit is contained in:
@ -2,5 +2,8 @@
|
|||||||
```js
|
```js
|
||||||
require("globals");
|
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