Skip to content

Commit 5c119c6

Browse files
committed
removed flash socket local version
1 parent 6a078ab commit 5c119c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/cloud9/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ exports.main = function(options) {
3030

3131
// create web socket
3232
var socketOptions = {
33-
transports: ['websocket', 'flashsocket', 'htmlfile', 'xhr-multipart', 'xhr-polling', 'jsonp-polling']
33+
transports: ['websocket', 'htmlfile', 'xhr-multipart', 'xhr-polling', 'jsonp-polling']
3434
};
3535
var socketIo = IO.listen(server, socketOptions);
3636
socketIo.on("connection", function(client) {

0 commit comments

Comments
 (0)