Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add jquery.ready hook after defining plugin, to avoid breakage when u…
…sed with modernizr/yepnope See https://gist.github.com/1258742 for an example, which results in the error "TypeError: Object has no method 'dropdown' at bootstrap-dropdown.js line 31" It looks like in these circumstances, the functions hooked into jquery.ready get run immediately, and so applying the dropdown behavior to specific elements before defining the 'dropdown' method causes breakage.
- Loading branch information