mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-10 23:54:08 +02:00
grunt dist docs
[ci skip]
This commit is contained in:
2
js/dist/dropdown.js
vendored
2
js/dist/dropdown.js
vendored
@@ -255,7 +255,7 @@ var Dropdown = (function ($) {
|
||||
index++;
|
||||
}
|
||||
|
||||
if (! ~index) {
|
||||
if (index < 0) {
|
||||
index = 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user