1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-08 22:56:46 +02:00

chore(dist): generate dist files

This commit is contained in:
Gaël Poupard
2020-12-03 15:08:31 +02:00
committed by XhmikosR
parent 53d861c814
commit 0a141dae94
70 changed files with 21616 additions and 773 deletions

2
js/dist/button.js vendored
View File

@@ -40,6 +40,8 @@
}
};
var isRTL = document.documentElement.dir === 'rtl';
function _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if ("value" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }
function _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }