diff options
| author | Mark Otto <[email protected]> | 2017-08-14 20:23:45 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2017-08-14 20:23:45 -0700 |
| commit | ca7b7cd3774c7ab90f415c91acacf00e9ba611ff (patch) | |
| tree | 5cdea17cdc0075a1f16189335264566747b77cfd /js/dist/carousel.js | |
| parent | a80198db4d745b02fe0e288a2839a55bbbca9d95 (diff) | |
| download | bootstrap-ca7b7cd3774c7ab90f415c91acacf00e9ba611ff.tar.xz bootstrap-ca7b7cd3774c7ab90f415c91acacf00e9ba611ff.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 7ed5eab04..db05a652a 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); |
