mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-25 04:51:39 +02:00
Don't explicitly reference global jQuery
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
This commit is contained in:
@@ -53,4 +53,4 @@
|
||||
$.support.transition = transitionEnd()
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(jQuery);
|
||||
|
Reference in New Issue
Block a user