Commit 87d9343a authored by Jacob Thornton's avatar Jacob Thornton

@dmyers settings fix #255

parent d2de00f1
...@@ -60,7 +60,7 @@ ...@@ -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()
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment