2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +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
@@ -383,4 +383,4 @@
return this
}
}(window.jQuery);
}(jQuery);