modal implementation does not work in bundled full version of bootstrap
Created by: Gamesh
i downloaded customized version of bootstrap 2.2.1 where only modal transition and tooltip are present. when using minified version modal won't show i noticed that: aria-hidden="true" is never changed to false and "in" class is never added.
tried with full version of bootstrap 2.2.1 again bootstrap.min.js the modalbox won't show the same with non minified version of bootstrap.js,
only when using separate non minified file of bootstrap-modal.js it shows up normally.
test case when using unminified full bootstrap.js http://jsfiddle.net/Gamesh/ALwzL/
test case with unminified only bootstrap-modal.js http://jsfiddle.net/Gamesh/kFSW9/
Tested on Windows 7 Firefox 17