mirror of https://github.com/twbs/bootstrap.git
this commit fixes a bug where .modal('hide') is called on a modal object before
.modal('show'). this can be viewed here:
http://jsfiddle.net/aaronj1335/7hH89/8/
(notice the JS exception that is thrown)
|
||
|---|---|---|
| .. | ||
| tests | ||
| bootstrap-alerts.js | ||
| bootstrap-dropdown.js | ||
| bootstrap-modal.js | ||
| bootstrap-popover.js | ||
| bootstrap-scrollspy.js | ||
| bootstrap-tabs.js | ||
| bootstrap-twipsy.js | ||