From bca25b7dc3934bd85fbe122e223503a3af026215 Mon Sep 17 00:00:00 2001 From: Nico Kaiser Date: Fri, 30 Mar 2012 10:14:42 +0200 Subject: [PATCH] Revert "Revert "docs"" This reverts commit dc72aa687b01e5304ba71094798ed6b05eccf7a2. --- README.md | 2 +- doc/ws.md | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/README.md b/README.md index 49fa30581..b27fabeb1 100644 --- a/README.md +++ b/README.md @@ -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 ## diff --git a/doc/ws.md b/doc/ws.md index 53d8aa1b7..3719fc5b2 100644 --- a/doc/ws.md +++ b/doc/ws.md @@ -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.