mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Dist (#29638)
This commit is contained in:
6
js/dist/dom/manipulator.js
vendored
6
js/dist/dom/manipulator.js
vendored
@@ -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
|
||||
|
Reference in New Issue
Block a user