mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Button: Added missing semicolon.
Fixes #5536 - Mission semicolon on line 5368.
This commit is contained in:
parent
dc94bbf536
commit
02c32959d9
2
ui/jquery.ui.button.js
vendored
2
ui/jquery.ui.button.js
vendored
@ -356,7 +356,7 @@ $.widget( "ui.buttonset", {
|
||||
})
|
||||
.removeClass( "ui-corner-left ui-corner-right" )
|
||||
.end()
|
||||
.button( "destroy" )
|
||||
.button( "destroy" );
|
||||
|
||||
$.Widget.prototype.destroy.call( this );
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user