Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.

Commit

Permalink
Fix docs - Move module's description to right position
Browse files Browse the repository at this point in the history
  • Loading branch information
koichik authored and ry committed Apr 14, 2011
1 parent 6c5b31b commit 74d94b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/api/globals.markdown
Expand Up @@ -66,12 +66,11 @@ Example: running `node example.js` from `/Users/mjr`
A reference to the current module. In particular
`module.exports` is the same as the `exports` object. See `src/node.js`
for more information.
`module` isn't actually a global but rather local to each module.

### setTimeout(cb, ms)
### clearTimeout(t)
### setInterval(cb, ms)
### clearInterval(t)

The timer functions are global variables. See the [timers](timers.html) section.

`module` isn't actually a global but rather local to each module.

0 comments on commit 74d94b0

Please sign in to comment.