Skip to content

Commit

Permalink
Fix eslint error
Browse files Browse the repository at this point in the history
  • Loading branch information
Veeck committed Aug 13, 2018
1 parent c7a0a88 commit 590b6a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/browser/integration/caniuse.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,6 @@ window.caniusecb = function(caniuse) {
// get results for this feature for all versions of this browser
var browserResults = caniuseFeatureData.stats[ua.browser.name.toLowerCase()];


var majorminor = ua.browser.version
// opera gets grouped in some cases by caniuse
.replace(/(9\.(6|5))/ , ua.browser.name === 'Opera' ? '9.5-9.6' : '$1')
Expand Down

0 comments on commit 590b6a6

Please sign in to comment.