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

View File

@@ -272,7 +272,7 @@
index++;
}
if (! ~index) {
if (index < 0) {
index = 0;
}