Skip to content

Commit 02c3295

Browse files
committed
Button: Added missing semicolon.
Fixes #5536 - Mission semicolon on line 5368.
1 parent dc94bbf commit 02c3295

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ $.widget( "ui.buttonset", {
356356
})
357357
.removeClass( "ui-corner-left ui-corner-right" )
358358
.end()
359-
.button( "destroy" )
359+
.button( "destroy" );
360360

361361
$.Widget.prototype.destroy.call( this );
362362
}

0 commit comments

Comments
 (0)