mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-14 01:24:19 +02:00
Dist (#29638)
This commit is contained in:
4
js/dist/dom/data.js
vendored
4
js/dist/dom/data.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.Data = factory());
|
||||
}(this, function () { 'use strict';
|
||||
}(this, (function () { 'use strict';
|
||||
|
||||
/**
|
||||
* --------------------------------------------------------------------------
|
||||
@@ -78,5 +78,5 @@
|
||||
|
||||
return Data;
|
||||
|
||||
}));
|
||||
})));
|
||||
//# sourceMappingURL=data.js.map
|
||||
|
Reference in New Issue
Block a user