Skip to content

Commit

Permalink
removed unnecessary require
Browse files Browse the repository at this point in the history
  • Loading branch information
matej21 committed Sep 14, 2014
1 parent e59985c commit ddb128e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/neon.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ module.exports.decode = function (input) {
};
module.exports.Entity = require('./entity');
module.exports.Map = require('./map');
module.exports.CHAIN = require('./decoder').CHAIN;
module.exports.CHAIN = DecoderClass.CHAIN;

0 comments on commit ddb128e

Please sign in to comment.