Skip to content

Commit

Permalink
websocket first
Browse files Browse the repository at this point in the history
  • Loading branch information
Yusuke Hata committed Jan 19, 2012
1 parent 2868f91 commit f86114d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/socket.io-titanium.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ require('socket.io/lib/events');
require('socket.io/lib/namespace');
require('socket.io/lib/transport');

require('socket.io/lib/transports/websocket');
require('socket.io/lib/transports/xhr');
require('socket.io/lib/transports/xhr-polling');
require('socket.io/lib/transports/websocket');

require('socket.io/lib/socket');

Expand Down

0 comments on commit f86114d

Please sign in to comment.