aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-29 23:09:53 -0700
committerJacob Thornton <[email protected]>2011-09-29 23:09:53 -0700
commit87d9343a30105466cfd11f34ebebdb6368bd5a18 (patch)
tree180f32c1329b602274ec7b340560234e4b735ada /js
parentd2de00f1dfe6cad9272e8176dce055826caed0bb (diff)
downloadbootstrap-87d9343a30105466cfd11f34ebebdb6368bd5a18.tar.xz
bootstrap-87d9343a30105466cfd11f34ebebdb6368bd5a18.zip
@dmyers settings fix #255
Diffstat (limited to 'js')
-rw-r--r--js/bootstrap-modal.js2
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()
}
}