small cleanups
authorRyan <ry@tinyclouds.org>
Tue, 30 Jun 2009 11:58:30 +0000 (13:58 +0200)
committerRyan <ry@tinyclouds.org>
Tue, 30 Jun 2009 11:58:30 +0000 (13:58 +0200)
test/mjsunit/test-tcp-reconnect.js [moved from test/mjsunit/test-reconnecting-socket.js with 100% similarity]
website/api.txt

index c0add09..2849ef2 100644 (file)
@@ -88,10 +88,6 @@ but this is something that fits well into the current design.
 
 == API
 
-Callbacks are object members which are prefixed with
-+on+. All methods and members are camel cased. Constructors
-always have a capital first letter.
-
 Node supports 3 byte-string encodings: ASCII (+"ascii"+), UTF-8 (+"utf8"+),
 and raw binary (+"raw"+).  It uses strings to represent ASCII and UTF-8
 encoded data. For the moment, arrays of integers are used to represent raw