2
0
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:
Josh Dague
2013-08-22 14:50:15 -04:00
parent 0c0400633a
commit f140084f2b
12 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -106,4 +106,4 @@
e.preventDefault()
})
}(window.jQuery);
}(jQuery);