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:
Diffstat (limited to 'js/dist/carousel.js')
-rw-r--r--js/dist/carousel.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/js/dist/carousel.js b/js/dist/carousel.js
index 09b3d8a8e3..33ff333541 100644
--- a/js/dist/carousel.js
+++ b/js/dist/carousel.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap carousel.js v5.2.0-beta1 (https://getbootstrap.com/)
+ * Bootstrap carousel.js v5.2.0 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/
@@ -19,7 +19,7 @@
/**
* --------------------------------------------------------------------------
- * Bootstrap (v5.2.0-beta1): carousel.js
+ * Bootstrap (v5.2.0): carousel.js
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* --------------------------------------------------------------------------
*/
@@ -75,9 +75,10 @@
};
const DefaultType = {
interval: '(number|boolean)',
+ // TODO:v6 remove boolean support
keyboard: 'boolean',
- ride: '(boolean|string)',
pause: '(string|boolean)',
+ ride: '(boolean|string)',
touch: 'boolean',
wrap: 'boolean'
};