Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a0091b + 136fe96 commit 973e6ccCopy full SHA for 973e6cc
test/socket.io.js
@@ -7,7 +7,7 @@ var ioc = require('socket.io-client');
7
var request = require('supertest');
8
var expect = require('expect.js');
9
10
-// creates a socket.io client for the given server
+// Creates a socket.io client for the given server
11
function client(srv, nsp, opts){
12
if ('object' == typeof nsp) {
13
opts = nsp;
0 commit comments