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