Skip to content

Commit

Permalink
Merge pull request #73 from Permutatrix/patch-1
Browse files Browse the repository at this point in the history
Make options optional for Bundle.prototype.generateMap.
  • Loading branch information
Rich-Harris committed Aug 12, 2016
2 parents 404dcc8 + d0f8a7d commit 8e12496
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Bundle.js
Expand Up @@ -80,6 +80,8 @@ Bundle.prototype = {
},

generateMap ( options ) {
options = options || {};

let offsets = {};

let names = [];
Expand Down

0 comments on commit 8e12496

Please sign in to comment.