mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
@dmyers settings fix #255
This commit is contained in:
Vendored
+1
-1
@@ -60,7 +60,7 @@
|
|||||||
if ( options ) {
|
if ( options ) {
|
||||||
$.extend( this.settings, options )
|
$.extend( this.settings, options )
|
||||||
|
|
||||||
if ( options.show ) {
|
if ( this.settings.show ) {
|
||||||
this.show()
|
this.show()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user