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.
1 parent da35808 commit 136fe96Copy full SHA for 136fe96
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