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-30 18:32:49 +0300
committerMark Otto <markdotto@gmail.com>2017-06-30 18:32:49 +0300
commitf83c981d089d1b15159bb6646e15401a42563cd6 (patch)
tree8682d6b201bfec8901b6414d11ecc92bcece506b /js/dist/alert.js
parentf46f26bbaa16486bdfe07789a1491cc05eec8dcb (diff)
build dist
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 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;