From 337ead4b27238b66a36f88e4beb4b8e7a55d3773 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 1 Jul 2017 22:25:38 -0700 Subject: build dist --- js/dist/alert.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'js/dist/alert.js') diff --git a/js/dist/alert.js b/js/dist/alert.js index 0550593a7f..9c298c0dbc 100644 --- a/js/dist/alert.js +++ b/js/dist/alert.js @@ -39,14 +39,14 @@ var Alert = function ($) { ALERT: 'alert', FADE: 'fade', SHOW: 'show' - }; - /** - * ------------------------------------------------------------------------ - * Class Definition - * ------------------------------------------------------------------------ - */ + /** + * ------------------------------------------------------------------------ + * Class Definition + * ------------------------------------------------------------------------ + */ + }; var Alert = function () { function Alert(element) { _classCallCheck(this, Alert); @@ -163,7 +163,7 @@ var Alert = function ($) { * ------------------------------------------------------------------------ */ - $(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert())); + $(document).on(Event.CLICK_DATA_API, Selector.DISMISS, Alert._handleDismiss(new Alert()) /** * ------------------------------------------------------------------------ @@ -171,7 +171,7 @@ var Alert = function ($) { * ------------------------------------------------------------------------ */ - $.fn[NAME] = Alert._jQueryInterface; + );$.fn[NAME] = Alert._jQueryInterface; $.fn[NAME].Constructor = Alert; $.fn[NAME].noConflict = function () { $.fn[NAME] = JQUERY_NO_CONFLICT; -- cgit v1.2.3