mirror of
https://github.com/twbs/bootstrap.git
synced 2025-12-28 13:40:43 +00:00
Fixed Util.jQuery: window.$ is not reliable. Both Firefox and Chrome implements $ natively.
This commit is contained in:
parent
c096e0e0da
commit
049a500d18
@ -172,7 +172,7 @@ const Util = {
|
||||
},
|
||||
|
||||
get jQuery() {
|
||||
return window.$ || window.jQuery
|
||||
return window.jQuery
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user