Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2017-06-17 20:13:43 +0300
committerMark Otto <markdotto@gmail.com>2017-06-17 20:13:43 +0300
commitce98a1da5bd8f50153c9924c34fd465f87814117 (patch)
treec52908d1e5170f04779226a9d579494169301a1c /js/dist/alert.js
parent816d5bd2e3268aac543ecfe534290879ee59da1d (diff)
build
Diffstat (limited to 'js/dist/alert.js')
-rw-r--r--js/dist/alert.js16
1 files changed, 8 insertions, 8 deletions
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;