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/dom/data.js
parenteb849d73cda18a660d13c22b25a9e7ebbf42faca (diff)
Dist (#29638)
Diffstat (limited to 'js/dist/dom/data.js')
-rw-r--r--js/dist/dom/data.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/dist/dom/data.js b/js/dist/dom/data.js
index 4b848ec98b..3bbd61981f 100644
--- a/js/dist/dom/data.js
+++ b/js/dist/dom/data.js
@@ -7,7 +7,7 @@
typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
typeof define === 'function' && define.amd ? define(factory) :
(global = global || self, global.Data = factory());
-}(this, function () { 'use strict';
+}(this, (function () { 'use strict';
/**
* --------------------------------------------------------------------------
@@ -78,5 +78,5 @@
return Data;
-}));
+})));
//# sourceMappingURL=data.js.map