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 73fe547 + 973e6cc commit 5bd6719Copy full SHA for 5bd6719
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