diff options
| author | Jacob Thornton <[email protected]> | 2011-09-29 23:09:53 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2011-09-29 23:09:53 -0700 |
| commit | 87d9343a30105466cfd11f34ebebdb6368bd5a18 (patch) | |
| tree | 180f32c1329b602274ec7b340560234e4b735ada /js | |
| parent | d2de00f1dfe6cad9272e8176dce055826caed0bb (diff) | |
| download | bootstrap-87d9343a30105466cfd11f34ebebdb6368bd5a18.tar.xz bootstrap-87d9343a30105466cfd11f34ebebdb6368bd5a18.zip | |
@dmyers settings fix #255
Diffstat (limited to 'js')
| -rw-r--r-- | js/bootstrap-modal.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 3267560ed..288593ea4 100644 --- a/js/bootstrap-modal.js +++ b/js/bootstrap-modal.js @@ -60,7 +60,7 @@ if ( options ) { $.extend( this.settings, options ) - if ( options.show ) { + if ( this.settings.show ) { this.show() } } |
