mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
Merge pull request #86 from fjakobs/patch-1
directly load the parser module
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
|
||||
/**
|
||||
* Exposes the client parser to avoid code repetition.
|
||||
*/
|
||||
|
||||
module.exports = require('engine.io-client').parser;
|
||||
module.exports = require('engine.io-client/lib/parser');
|
||||
|
||||
Reference in New Issue
Block a user