Skip to content

Commit

Permalink
fixup! Core: Drop support for IE <11, iOS <10, Android Browser & Phan…
Browse files Browse the repository at this point in the history
…tomJS
  • Loading branch information
mgol committed Apr 25, 2019
1 parent ef37d6d commit ac00fe6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/selector-native.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ define( [

var hasDuplicate, sortInput,
sortStable = jQuery.expando.split( "" ).sort( sortOrder ).join( "" ) === jQuery.expando,

// Support: IE 9 - 11+
// IE requires a prefix.
matches = documentElement.matches || documentElement.msMatchesSelector,

// CSS string/identifier serialization
Expand Down

0 comments on commit ac00fe6

Please sign in to comment.