jquery/src/selector
Bruno PIERRE 9c6f64c7b5
Core: Don't rely on splice being present on input
Without this fix calling `jQuery.uniqueSort` on an array-like can result in:

TypeError: results.splice is not a function
    at Function.jQuery.uniqueSort (https://code.jquery.com/jquery-git.js:664:12)
    at jQuery.fn.init.find (https://code.jquery.com/jquery-git.js:2394:27)
    at gocusihafe.js:3:4

Closes gh-4986
2022-01-24 18:55:16 +01:00
..
contains.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
escapeSelector.js Core: Migrate from AMD to ES modules 🎉 2019-11-18 21:15:03 +01:00
rbuggyQSA.js CSS: Trim whitespace surrounding CSS Custom Properties values 2021-09-23 13:35:18 +02:00
uniqueSort.js Core: Don't rely on splice being present on input 2022-01-24 18:55:16 +01:00