0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-11-30 12:24:19 +01:00

@dmyers settings fix #255

This commit is contained in:
Jacob Thornton 2011-09-29 23:09:53 -07:00
parent d2de00f1df
commit 87d9343a30

View File

@ -60,7 +60,7 @@
if ( options ) {
$.extend( this.settings, options )
if ( options.show ) {
if ( this.settings.show ) {
this.show()
}
}