aboutsummaryrefslogtreecommitdiff
path: root/js/dist/carousel.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-06-18 18:32:16 -0700
committerMark Otto <[email protected]>2017-06-18 18:32:16 -0700
commit16d77b4cb07f575d45ae486125ea9df06bd45d3f (patch)
tree604dfa1acc7c6cbc11776d8a2f363e131cbe8507 /js/dist/carousel.js
parenteed427690b8b2abfab6998be942c9ecbff08ff06 (diff)
downloadbootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.tar.xz
bootstrap-16d77b4cb07f575d45ae486125ea9df06bd45d3f.zip
build
Diffstat (limited to 'js/dist/carousel.js')
-rw-r--r--js/dist/carousel.js16
1 files changed, 8 insertions, 8 deletions
diff --git a/js/dist/carousel.js b/js/dist/carousel.js
index cb2067690..18186bc13 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);
@@ -493,7 +493,7 @@ var Carousel = function ($) {
var $carousel = $(this);
Carousel._jQueryInterface.call($carousel, $carousel.data());
});
- }
+ });
/**
* ------------------------------------------------------------------------
@@ -501,7 +501,7 @@ var Carousel = function ($) {
* ------------------------------------------------------------------------
*/
- );$.fn[NAME] = Carousel._jQueryInterface;
+ $.fn[NAME] = Carousel._jQueryInterface;
$.fn[NAME].Constructor = Carousel;
$.fn[NAME].noConflict = function () {
$.fn[NAME] = JQUERY_NO_CONFLICT;