Button: Added missing semicolon.

Fixes #5536 - Mission semicolon on line 5368.
This commit is contained in:
Scott González 2010-04-23 12:08:55 -04:00
parent dc94bbf536
commit 02c32959d9

View File

@ -356,7 +356,7 @@ $.widget( "ui.buttonset", {
}) })
.removeClass( "ui-corner-left ui-corner-right" ) .removeClass( "ui-corner-left ui-corner-right" )
.end() .end()
.button( "destroy" ) .button( "destroy" );
$.Widget.prototype.destroy.call( this ); $.Widget.prototype.destroy.call( this );
} }