diff options
| author | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-20 13:36:58 -0700 |
| commit | 6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a (patch) | |
| tree | 36f9dee99ecdeca0d4e651f95c4b81ff9599e7b1 /js/dist/carousel.js | |
| parent | 26e6d8b2b28555e2c0e3cdd02e98550420265771 (diff) | |
| download | bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.tar.xz bootstrap-6bea2e24fec9c8612ca20bb4f52ea243fc4e3c9a.zip | |
dist
Diffstat (limited to 'js/dist/carousel.js')
| -rw-r--r-- | js/dist/carousel.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/js/dist/carousel.js b/js/dist/carousel.js index 65acf7028..6001f024f 100644 --- a/js/dist/carousel.js +++ b/js/dist/carousel.js @@ -83,14 +83,14 @@ var Carousel = function ($) { INDICATORS: '.carousel-indicators', DATA_SLIDE: '[data-slide], [data-slide-to]', DATA_RIDE: '[data-ride="carousel"]' - }; - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ + /** + * ------------------------------------------------------------------------ + * Class Definition + * ------------------------------------------------------------------------ + */ + }; var Carousel = function () { function Carousel(element, config) { _classCallCheck(this, Carousel); |
