Fixed a lot of jslint errors.
authorColton Baker <github@netrefuge.net>
Tue, 4 Oct 2011 22:08:18 +0000 (18:08 -0400)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 6 Oct 2011 01:51:06 +0000 (18:51 -0700)
commit87286cc7371886d9856edf424785aaa890ba05a9
tree0a3e93be28b8ebb62d9b774919d29b2c1600fa46
parent627f379f2273341426ab3d5cb7eb4d5c148d500a
Fixed a lot of jslint errors.

Fixes #1831
175 files changed:
lib/_debugger.js
lib/assert.js
lib/buffer_ieee754.js
lib/child_process_uv.js
lib/crypto.js
lib/dns_legacy.js
lib/dns_uv.js
lib/fs.js
lib/net_legacy.js
lib/net_uv.js
lib/path.js
lib/readline.js
lib/repl.js
lib/tty_uv.js
lib/util.js
src/node.js
test/common.js
test/disabled/GH-670.js
test/disabled/test-child-process-uid-gid.js
test/disabled/test-dgram-multicast.js
test/disabled/test-http-agent2.js
test/disabled/test-http-big-proxy-responses.js
test/disabled/test-http-default-port.js
test/disabled/test-http-head-request.js
test/disabled/test-https-loop-to-google.js
test/disabled/test-tls-large-push.js
test/disabled/test-tls-server.js
test/disabled/tls-client.js
test/fixtures/GH-892-request.js
test/fixtures/breakpoints.js
test/fixtures/child-process-channel.js
test/fixtures/node_modules/asdf.js
test/fixtures/node_modules/bar.js
test/fixtures/node_modules/baz/index.js
test/fixtures/node_modules/baz/node_modules/asdf.js
test/fixtures/node_modules/foo.js
test/fixtures/node_modules/node_modules/bar.js
test/fixtures/packages/main-index/package-main-module/index.js
test/fixtures/packages/main/package-main-module.js
test/fixtures/test-init-index/index.js
test/fixtures/test-init-native/fs.js
test/internet/test-dns.js
test/message/throw_custom_error.js
test/message/throw_non_error.js
test/pummel/test-http-upload-timeout.js
test/pummel/test-https-large-response.js
test/pummel/test-net-write-callbacks.js
test/pummel/test-next-tick-loops-quick.js
test/pummel/test-tls-throttle.js
test/pummel/test-vm-memleak.js
test/simple/test-assert.js
test/simple/test-buffer.js
test/simple/test-child-process-channel.js
test/simple/test-child-process-customfd-bounded.js
test/simple/test-child-process-cwd.js
test/simple/test-child-process-double-pipe.js
test/simple/test-child-process-env.js
test/simple/test-child-process-exec-cwd.js
test/simple/test-child-process-exec-env.js
test/simple/test-child-process-set-blocking.js
test/simple/test-cli-eval.js
test/simple/test-console-not-call-toString.js
test/simple/test-console.js
test/simple/test-crypto-random.js
test/simple/test-crypto.js
test/simple/test-debugger-client.js
test/simple/test-debugger-repl.js
test/simple/test-error-reporting.js
test/simple/test-eval.js
test/simple/test-event-emitter-once.js
test/simple/test-file-write-stream2.js
test/simple/test-file-write-stream3.js
test/simple/test-fs-open.js
test/simple/test-fs-watch-file.js
test/simple/test-fs-watch.js
test/simple/test-http-1.0.js
test/simple/test-http-abort-client.js
test/simple/test-http-agent.js
test/simple/test-http-allow-req-after-204-res.js
test/simple/test-http-buffer-sanity.js
test/simple/test-http-chunked.js
test/simple/test-http-client-abort.js
test/simple/test-http-client-parse-error.js
test/simple/test-http-client-upload-buf.js
test/simple/test-http-client-upload.js
test/simple/test-http-conn-reset.js
test/simple/test-http-curl-chunk-problem.js
test/simple/test-http-default-encoding.js
test/simple/test-http-dns-error.js
test/simple/test-http-dns-fail.js
test/simple/test-http-expect-continue.js
test/simple/test-http-extra-response.js
test/simple/test-http-get-pipeline-problem.js
test/simple/test-http-head-request.js
test/simple/test-http-head-response-has-no-body-end.js
test/simple/test-http-header-read.js
test/simple/test-http-host-headers.js
test/simple/test-http-keep-alive-close-on-header.js
test/simple/test-http-keep-alive.js
test/simple/test-http-many-keep-alive-connections.js
test/simple/test-http-multi-line-headers.js
test/simple/test-http-mutable-headers.js
test/simple/test-http-request-end-twice.js
test/simple/test-http-request-end.js
test/simple/test-http-response-close.js
test/simple/test-http-set-timeout.js
test/simple/test-http-status-code.js
test/simple/test-http-unix-socket.js
test/simple/test-http-upgrade-agent.js
test/simple/test-http-upgrade-client2.js
test/simple/test-http.js
test/simple/test-https-agent.js
test/simple/test-https-connecting-to-http.js
test/simple/test-https-eof-for-eom.js
test/simple/test-https-foafssl.js
test/simple/test-https-simple.js
test/simple/test-init.js
test/simple/test-module-load-list.js
test/simple/test-module-loading.js
test/simple/test-net-bytes-stats.js
test/simple/test-net-connect-buffer.js
test/simple/test-net-connect-timeout.js
test/simple/test-net-create-connection.js
test/simple/test-net-pingpong.js
test/simple/test-net-server-try-ports.js
test/simple/test-net-stream.js
test/simple/test-os.js
test/simple/test-path.js
test/simple/test-pipe-file-to-http.js
test/simple/test-pipe-stream.js
test/simple/test-pipe.js
test/simple/test-process-env.js
test/simple/test-process-kill-null.js
test/simple/test-process-wrap.js
test/simple/test-querystring.js
test/simple/test-readdouble.js
test/simple/test-readfloat.js
test/simple/test-regress-GH-1531.js
test/simple/test-regress-GH-1726.js
test/simple/test-regress-GH-784.js
test/simple/test-regress-GH-819.js
test/simple/test-regress-GH-877.js
test/simple/test-regress-GH-892.js
test/simple/test-regress-GH-897.js
test/simple/test-repl.js
test/simple/test-require-cache-without-stat.js
test/simple/test-script-context.js
test/simple/test-signal-handler.js
test/simple/test-stdin-from-file.js
test/simple/test-stream-pipe-cleanup.js
test/simple/test-stream-pipe-event.js
test/simple/test-stream-pipe-multi.js
test/simple/test-tcp-wrap-connect.js
test/simple/test-tcp-wrap-listen.js
test/simple/test-tcp-wrap.js
test/simple/test-timers-linked-list.js
test/simple/test-tls-client-abort.js
test/simple/test-tls-client-resume.js
test/simple/test-tls-client-verify.js
test/simple/test-tls-connect.js
test/simple/test-tls-ext-key-usage.js
test/simple/test-tls-junk-closes-server.js
test/simple/test-tls-npn-server-client.js
test/simple/test-tls-peer-certificate.js
test/simple/test-tls-securepair-client.js
test/simple/test-tls-securepair-server.js
test/simple/test-tls-server-verify.js
test/simple/test-tls-set-encoding.js
test/simple/test-tls-sni-server-client.js
test/simple/test-tty-wrap.js
test/simple/test-util-inspect.js
test/simple/test-vm-create-context-circular-reference.js
test/simple/test-writedouble.js
test/simple/test-writefloat.js
test/simple/test-zlib.js