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/manipulator.js
parenteb849d73cda18a660d13c22b25a9e7ebbf42faca (diff)
Dist (#29638)
Diffstat (limited to 'js/dist/dom/manipulator.js')
-rw-r--r--js/dist/dom/manipulator.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/dist/dom/manipulator.js b/js/dist/dom/manipulator.js
index 3c049e9e47..7c15e60577 100644
--- a/js/dist/dom/manipulator.js
+++ b/js/dist/dom/manipulator.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.Manipulator = factory());
-}(this, function () { 'use strict';
+}(this, (function () { 'use strict';
function _defineProperty(obj, key, value) {
if (key in obj) {
@@ -86,7 +86,7 @@
function normalizeDataKey(key) {
return key.replace(/[A-Z]/g, function (chr) {
- return chr.toLowerCase();
+ return "-" + chr.toLowerCase();
});
}
@@ -140,5 +140,5 @@
return Manipulator;
-}));
+})));
//# sourceMappingURL=manipulator.js.map