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>2019-01-04 19:29:45 +0300
committerMark Otto <markdotto@gmail.com>2019-01-04 19:29:45 +0300
commit1488a83b139116e3fe337e8c4a739e1f21248b66 (patch)
tree96b794465fbaf8c9fb59e66deed502dc52824e59 /js/dist/alert.js
parent89a73f100e7a3c765314e5cff0eeaf9c051f2944 (diff)
latest changes
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 5dfff56b62..a4f5554723 100644
--- a/js/dist/alert.js
+++ b/js/dist/alert.js
@@ -1,13 +1,13 @@
/*!
* Bootstrap alert.js v4.2.1 (https://getbootstrap.com/)
- * Copyright 2011-2018 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
+ * Copyright 2011-2019 The Bootstrap Authors (https://github.com/twbs/bootstrap/graphs/contributors)
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
*/
(function (global, factory) {
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.Alert = factory(global.jQuery,global.Util));
-}(this, (function ($,Util) { 'use strict';
+ (global = global || self, global.Alert = factory(global.jQuery, global.Util));
+}(this, function ($, Util) { 'use strict';
$ = $ && $.hasOwnProperty('default') ? $['default'] : $;
Util = Util && Util.hasOwnProperty('default') ? Util['default'] : Util;
@@ -90,8 +90,8 @@
_proto.dispose = function dispose() {
$.removeData(this._element, DATA_KEY);
this._element = null;
- }; // Private
-
+ } // Private
+ ;
_proto._getRootElement = function _getRootElement(element) {
var selector = Util.getSelectorFromElement(element);
@@ -133,8 +133,8 @@
_proto._destroyElement = function _destroyElement(element) {
$(element).detach().trigger(Event.CLOSED).remove();
- }; // Static
-
+ } // Static
+ ;
Alert._jQueryInterface = function _jQueryInterface(config) {
return this.each(function () {
@@ -195,5 +195,5 @@
return Alert;
-})));
+}));
//# sourceMappingURL=alert.js.map