Skip to content

Commit

Permalink
Update up to changes in event-emitter package
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 24, 2014
1 parent de87fc5 commit 89201b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/function/gate.js
Expand Up @@ -7,7 +7,7 @@


var toPosInt = require('es5-ext/number/to-pos-integer') var toPosInt = require('es5-ext/number/to-pos-integer')
, callable = require('es5-ext/object/valid-callable') , callable = require('es5-ext/object/valid-callable')
, eeUnify = require('event-emitter/lib/unify') , eeUnify = require('event-emitter/unify')
, deferred = require('../../deferred') , deferred = require('../../deferred')
, isPromise = require('../../is-promise') , isPromise = require('../../is-promise')
, assimilate = require('../../assimilate') , assimilate = require('../../assimilate')
Expand Down

0 comments on commit 89201b9

Please sign in to comment.