Skip to content

Commit

Permalink
typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
locks committed Jul 27, 2017
1 parent 37f6af1 commit e8c8ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion broccoli/minify.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = function _minify(tree, name) {
},
mangle: true,
compress: {
// this is adversely affects heuristics for IIFE eval
// this adversely affects heuristics for IIFE eval
negate_iife: false,
// limit sequences because of memory issues during parsing
sequences: 30
Expand Down

0 comments on commit e8c8ff0

Please sign in to comment.