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

Commit

Permalink
Remove mixin from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Apr 13, 2010
1 parent b98cd67 commit 57edff1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions doc/api.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@ package a module as a directory.
paths onto it, or at startup with the `NODE_PATH` environmental
variable (which should be a list of paths, colon separated).

Use `process.mixin()` to include modules into the global namespace.

process.mixin(GLOBAL, require('./circle'), require('sys'));
puts('The area of a circle of radius 4 is ' + area(4));


## Buffers

Expand Down

0 comments on commit 57edff1

Please sign in to comment.