mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
readme updated
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
Globals module for defining functions part of the global context. For example setTimeout:
|
||||
Globals module for defining functions part of the global context - you need only to call *require* for this module and all globals will be registered. For example setTimeout:
|
||||
```js
|
||||
require("globals");
|
||||
setTimeout(function(){ log("Test"); }, 2000);
|
||||
|
Reference in New Issue
Block a user