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:
authorXhmikosR <xhmikosr@gmail.com>2019-11-08 11:11:23 +0300
committerGitHub <noreply@github.com>2019-11-08 11:11:23 +0300
commitcc6f66f72a180af1910bb5f520f2067ad705f1b8 (patch)
tree52936e0cea75f13d2a98541825bfc90444235330 /js/dist/toast.js
parenteb849d73cda18a660d13c22b25a9e7ebbf42faca (diff)
Dist (#29638)
Diffstat (limited to 'js/dist/toast.js')
-rw-r--r--js/dist/toast.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/toast.js b/js/dist/toast.js
index 711ef6c7f6..5b05a4d3a1 100644
--- a/js/dist/toast.js
+++ b/js/dist/toast.js
@@ -7,7 +7,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory(require('./dom/data.js'), require('./dom/event-handler.js'), require('./dom/manipulator.js')) :
typeof define === 'function' && define.amd ? define(['./dom/data.js', './dom/event-handler.js', './dom/manipulator.js'], factory) :
(global = global || self, global.Toast = factory(global.Data, global.EventHandler, global.Manipulator));
-}(this, function (Data, EventHandler, Manipulator) { 'use strict';
+}(this, (function (Data, EventHandler, Manipulator) { 'use strict';
Data = Data && Data.hasOwnProperty('default') ? Data['default'] : Data;
EventHandler = EventHandler && EventHandler.hasOwnProperty('default') ? EventHandler['default'] : EventHandler;
@@ -397,5 +397,5 @@
return Toast;
-}));
+})));
//# sourceMappingURL=toast.js.map