1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 06:20:15 +02:00

button -> es6

This commit is contained in:
fat
2015-05-07 17:07:38 -07:00
parent c3a79b1a8c
commit 6605051882
14 changed files with 338 additions and 383 deletions

View File

@@ -5,7 +5,7 @@
* --------------------------------------------------------------------------
*/
const Util = (() => {
const Util = (($) => {
/**
@@ -119,6 +119,6 @@ const Util = (() => {
return Util
})()
})(jQuery)
export default Util