Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfat <fat@folders.local>2015-05-14 00:52:46 +0300
committerfat <fat@folders.local>2015-05-14 00:52:46 +0300
commit6b2b0ed32f485103f58fe42057e93a175e14bc2a (patch)
tree9bf7481028591ea9c76d6203e827bd6156615d37 /js/dist/carousel.js
parenteaab1def7af7d7e1ab32ff69d043b46e2815ca22 (diff)
al tests passing, dist rebuilt, w/typechecker
Diffstat (limited to 'js/dist/carousel.js')
-rw-r--r--js/dist/carousel.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/carousel.js b/js/dist/carousel.js
index d12b95331a..029c69fdba 100644
--- a/js/dist/carousel.js
+++ b/js/dist/carousel.js
@@ -39,7 +39,7 @@ var Carousel = (function ($) {
interval: '(number|boolean)',
keyboard: 'boolean',
slide: '(boolean|string)',
- pause: 'string',
+ pause: '(string|boolean)',
wrap: 'boolean'
};