Skip to content

Commit

Permalink
Button: Added missing semicolon.
Browse files Browse the repository at this point in the history
Fixes #5536 - Mission semicolon on line 5368.
  • Loading branch information
scottgonzalez committed Apr 23, 2010
1 parent dc94bbf commit 02c3295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.button.js
Expand Up @@ -356,7 +356,7 @@ $.widget( "ui.buttonset", {
})
.removeClass( "ui-corner-left ui-corner-right" )
.end()
.button( "destroy" )
.button( "destroy" );

$.Widget.prototype.destroy.call( this );
}
Expand Down

0 comments on commit 02c3295

Please sign in to comment.