Comparing version 1.0.7 to 1.0.8
@@ -86,3 +86,5 @@ ;(function() { | ||
// Connect to the Socket.io server and store the socket information. | ||
this.socket = io.connect(this.uri + '/' + this.organizationId); | ||
this.socket = io.connect(this.uri + '/' + this.organizationId, { | ||
transports: ['websocket', 'polling'] | ||
}); | ||
@@ -89,0 +91,0 @@ // Reply callback map for this client. |
{ | ||
"name": "help-fem", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "A Browserify/Node.js client module for the Help.com team's FEM.", | ||
@@ -5,0 +5,0 @@ "main": "help-fem.js", |
53238
1553