1
0
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:
Chris Rebert
2016-01-01 12:37:52 -08:00
parent e9192f6de0
commit 422ed9ab48
27 changed files with 52 additions and 34 deletions

2
js/dist/dropdown.js vendored
View File

@@ -255,7 +255,7 @@ var Dropdown = (function ($) {
index++;
}
if (! ~index) {
if (index < 0) {
index = 0;
}