mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-14 18:42:30 +03:00
$(document).ready instead of $(function() {}) for ender support
This commit is contained in:
Vendored
+1
-1
@@ -26,7 +26,7 @@
|
||||
|
||||
var transitionEnd
|
||||
|
||||
$(function () {
|
||||
$(document).ready(function () {
|
||||
|
||||
$.support.transition = (function () {
|
||||
var thisBody = document.body || document.documentElement
|
||||
|
||||
Reference in New Issue
Block a user