Skip to content

Commit

Permalink
Merge pull request #295 from Marsup/intl
Browse files Browse the repository at this point in the history
Ignore Intl global
  • Loading branch information
geek committed Jan 21, 2015
2 parents 5f9f39f + 5cb9244 commit 4827ece
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/leaks.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ exports.detect = function (customGlobals) {
JSON: true,
TypeError: true,
URIError: true,
Boolean: true
Boolean: true,
Intl: true
};

if (customGlobals) {
Expand Down

0 comments on commit 4827ece

Please sign in to comment.