mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-08 17:22:31 +03:00
Don't explicitly reference global jQuery
Removes `window.jQuery` in favor of `jQuery`, fixes #10038
This commit is contained in:
+1
-1
@@ -106,4 +106,4 @@
|
||||
e.preventDefault()
|
||||
})
|
||||
|
||||
}(window.jQuery);
|
||||
}(jQuery);
|
||||
|
||||
Reference in New Issue
Block a user