Skip to content

Commit

Permalink
Add isNaN to the globals (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Oct 9, 2020
1 parent c66c1fa commit 767e12d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const globals = new Set([
'global',
'_measure',
'_scrollTo',
'isNaN',
]);

// leaving way to avoid deep capturing by adding 'stopCapturing' to the blacklist
Expand Down

0 comments on commit 767e12d

Please sign in to comment.