1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-06 21:56:42 +02: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

View File

@@ -151,4 +151,4 @@
.on('click.bs.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
.on('keydown.bs.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
}(window.jQuery);
}(jQuery);