Skip to content

Commit

Permalink
Fixed broken ref to inflecitons in index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mde committed Aug 14, 2012
1 parent 0ada85c commit 243af7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var utils = {}
, date = require('./date')
, request = require('./request')
// Third-party -- remove this if possible
, inflection = require('../deps/inflection')
, inflection = require('./inflection')
// Constructors
, EventBuffer = require('./event_buffer').EventBuffer
, XML = require('./xml').XML
Expand Down

0 comments on commit 243af7a

Please sign in to comment.