mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
button -> es6
This commit is contained in:
+2
-2
@@ -5,7 +5,7 @@
|
||||
* --------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
const Util = (() => {
|
||||
const Util = (($) => {
|
||||
|
||||
|
||||
/**
|
||||
@@ -119,6 +119,6 @@ const Util = (() => {
|
||||
|
||||
return Util
|
||||
|
||||
})()
|
||||
})(jQuery)
|
||||
|
||||
export default Util
|
||||
|
||||
Reference in New Issue
Block a user