mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-03 21:10:23 +00:00
Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements $ natively.
This commit is contained in:
parent
c096e0e0da
commit
049a500d18
1 changed files with 1 additions and 1 deletions
|
|
@ -172,7 +172,7 @@ const Util = {
|
|||
},
|
||||
|
||||
get jQuery() {
|
||||
return window.$ || window.jQuery
|
||||
return window.jQuery
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue