socketcluster-client
Advanced tools
Comparing version 0.9.11 to 0.9.12
@@ -135,3 +135,7 @@ /** | ||
Socket.call(this, options); | ||
if (options.url == null) { | ||
Socket.call(this, options); | ||
} else { | ||
Socket.call(this, options.url, options); | ||
} | ||
@@ -138,0 +142,0 @@ this._sessionDestRegex = /^([^_]*)_([^_]*)_([^_]*)_([^_]*)_/; |
{ | ||
"name": "socketcluster-client", | ||
"description": "Client side of SocketCluster", | ||
"version": "0.9.11", | ||
"version": "0.9.12", | ||
"homepage": "https://github.com/topcloud/socketcluster-client", | ||
@@ -6,0 +6,0 @@ "contributors": [ |
Sorry, the diff of this file is too big to display
120825
4032