Skip to content

Commit

Permalink
Update up to changes in es5-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Apr 13, 2014
1 parent 0c55c47 commit eb754be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
'use strict'; 'use strict';


var call = Function.prototype.call var call = Function.prototype.call
, assign = require('es5-ext/object/assign-multiple'); , assign = require('es5-ext/object/assign');


module.exports = assign(require('./deferred'), { module.exports = assign(require('./deferred'), {
invokeAsync: require('./invoke-async'), invokeAsync: require('./invoke-async'),
Expand Down

0 comments on commit eb754be

Please sign in to comment.