From 7879e7fd25f69b6e91b85813d7a57c42efa60658 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 30 Jun 2009 13:58:30 +0200 Subject: [PATCH] small cleanups --- test/mjsunit/{test-reconnecting-socket.js => test-tcp-reconnect.js} | 0 website/api.txt | 4 ---- 2 files changed, 4 deletions(-) rename test/mjsunit/{test-reconnecting-socket.js => test-tcp-reconnect.js} (100%) diff --git a/test/mjsunit/test-reconnecting-socket.js b/test/mjsunit/test-tcp-reconnect.js similarity index 100% rename from test/mjsunit/test-reconnecting-socket.js rename to test/mjsunit/test-tcp-reconnect.js diff --git a/website/api.txt b/website/api.txt index c0add09..2849ef2 100644 --- a/website/api.txt +++ b/website/api.txt @@ -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 -- 2.7.4