Skip to content

Commit

Permalink
Merge pull request eiriklv#1 from toksea/patch-1
Browse files Browse the repository at this point in the history
Update item.js
  • Loading branch information
tramck committed Oct 17, 2014
2 parents 06bdc27 + f6d9acf commit 481b2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion item.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ if ( typeof define === 'function' && define.amd ) {
} else if (typeof exports === 'object') {
// CommonJS
module.exports = outlayerItemDefinition(
require('eventEmitter'),
require('eventemitter'),
require('get-size'),
require('get-style-property')
);
Expand Down

0 comments on commit 481b2ae

Please sign in to comment.