aboutsummaryrefslogtreecommitdiff
path: root/js/dist/alert.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-11-26 19:12:00 +0200
committerGitHub <[email protected]>2019-11-26 19:12:00 +0200
commit593574d510050dc2d5eeafe70a58ae182f020480 (patch)
tree043a163d6c712121ca0fe1f34c419ab592b03185 /js/dist/alert.js
parentd61bba584f89c7df0d780a9ff214a58f7b58cb94 (diff)
downloadbootstrap-4.4.0.tar.xz
bootstrap-4.4.0.zip
Release v4.4.0 (#29735)v4.4.0
Diffstat (limited to 'js/dist/alert.js')
-rw-r--r--js/dist/alert.js19
1 files changed, 9 insertions, 10 deletions
diff --git a/js/dist/alert.js b/js/dist/alert.js
index 2a2e157ed..4112294a4 100644
--- a/js/dist/alert.js
+++ b/js/dist/alert.js
@@ -1,5 +1,5 @@
/*!
- * Bootstrap alert.js v4.3.1 (https://getbootstrap.com/)
+ * Bootstrap alert.js v4.4.0 (https://getbootstrap.com/)
* Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
@@ -7,7 +7,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('jquery'), require('./util.js')) :
typeof define === 'function' && define.amd ? define(['jquery', './util.js'], factory) :
(global = global || self, global.Alert = factory(global.jQuery, global.Util));
-}(this, function ($, Util) { 'use strict';
+}(this, (function ($, Util) { 'use strict';
$ = $ && $.hasOwnProperty('default') ? $['default'] : $;
Util = Util && Util.hasOwnProperty('default') ? Util['default'] : Util;
@@ -35,7 +35,7 @@
*/
var NAME = 'alert';
- var VERSION = '4.3.1';
+ var VERSION = '4.4.0';
var DATA_KEY = 'bs.alert';
var EVENT_KEY = "." + DATA_KEY;
var DATA_API_KEY = '.data-api';
@@ -52,13 +52,12 @@
ALERT: 'alert',
FADE: 'fade',
SHOW: 'show'
- /**
- * ------------------------------------------------------------------------
- * Class Definition
- * ------------------------------------------------------------------------
- */
-
};
+ /**
+ * ------------------------------------------------------------------------
+ * Class Definition
+ * ------------------------------------------------------------------------
+ */
var Alert =
/*#__PURE__*/
@@ -195,5 +194,5 @@
return Alert;
-}));
+})));
//# sourceMappingURL=alert.js.map