From 87d9343a30105466cfd11f34ebebdb6368bd5a18 Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Thu, 29 Sep 2011 23:09:53 -0700 Subject: [PATCH] @dmyers settings fix #255 --- js/bootstrap-modal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/bootstrap-modal.js b/js/bootstrap-modal.js index 3267560ed7..288593ea4d 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() } }