Skip to content

Commit

Permalink
Merge pull request #86 from fjakobs/patch-1
Browse files Browse the repository at this point in the history
directly load the parser module
  • Loading branch information
rauchg committed Sep 14, 2012
2 parents ca9bbf9 + f08c158 commit 2e4cfb5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/parser.js
@@ -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');

0 comments on commit 2e4cfb5

Please sign in to comment.