From 7f6479b0d9878dc8fc2de2a6787ec0f6450b46c9 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Fri, 30 Jun 2017 15:45:27 -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 9c298c0dbc..0550593a7f 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