mirror of
https://github.com/sstent/node.git
synced 2026-01-26 23:22:28 +00:00
big update - restarted app including jquery
This commit is contained in:
12
app/node_modules/socket.io/lib/transports/index.js
generated
vendored
Normal file
12
app/node_modules/socket.io/lib/transports/index.js
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
/**
|
||||
* Export transports.
|
||||
*/
|
||||
|
||||
module.exports = {
|
||||
websocket: require('./websocket')
|
||||
, flashsocket: require('./flashsocket')
|
||||
, htmlfile: require('./htmlfile')
|
||||
, 'xhr-polling': require('./xhr-polling')
|
||||
, 'jsonp-polling': require('./jsonp-polling')
|
||||
};
|
||||
Reference in New Issue
Block a user