Skip to content

Commit

Permalink
Revert "Revert "docs""
Browse files Browse the repository at this point in the history
This reverts commit dc72aa6.
  • Loading branch information
nicokaiser committed Mar 30, 2012
1 parent dc72aa6 commit bca25b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -105,7 +105,7 @@ Otherwise, see the test cases.

## API Docs ##

See the docs/ directory for Node.js-like docs for the ws classes.
See the doc/ directory for Node.js-like docs for the ws classes.


## Todos ##
Expand Down
10 changes: 0 additions & 10 deletions doc/ws.md
Expand Up @@ -105,19 +105,9 @@ Streams data through calls to a user supplied function. `options` can be an obje

Immediately shuts down the connection


### websocket.onopen

Emulates the W3C Browser based WebSocket interface using function members.

### websocket.onerror

Emulates the W3C Browser based WebSocket interface using function members.

### websocket.onclose

Emulates the W3C Browser based WebSocket interface using function members.

### websocket.onmessage

Emulates the W3C Browser based WebSocket interface using function members.
Expand Down

0 comments on commit bca25b7

Please sign in to comment.