mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-17 02:54:01 +02:00
Dist (#30694)
This commit is contained in:
3
js/dist/dom/selector-engine.js
vendored
3
js/dist/dom/selector-engine.js
vendored
@@ -65,9 +65,6 @@
|
||||
|
||||
return parents;
|
||||
},
|
||||
closest: function closest(element, selector) {
|
||||
return element.closest(selector);
|
||||
},
|
||||
prev: function prev(element, selector) {
|
||||
var previous = element.previousElementSibling;
|
||||
|
||||
|
Reference in New Issue
Block a user