aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorScott González <scott.gonzalez@gmail.com>2010-04-23 12:08:55 -0400
committerScott González <scott.gonzalez@gmail.com>2010-04-23 12:08:55 -0400
commit02c32959d9761e56be9471f87eff0554b4f4a61d (patch)
treeb9531d3b13bc1a5d68a8b50120dc6fcaf8d9ed19 /ui
parentdc94bbf53628ada1b5d8e7da909f63bfe10f25ff (diff)
downloadjquery-ui-02c32959d9761e56be9471f87eff0554b4f4a61d.tar.gz
jquery-ui-02c32959d9761e56be9471f87eff0554b4f4a61d.zip
Button: Added missing semicolon.
Fixes #5536 - Mission semicolon on line 5368.
Diffstat (limited to 'ui')
-rw-r--r--ui/jquery.ui.button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js
index ff2c1ebb6..4180f3613 100644
--- a/ui/jquery.ui.button.js
+++ b/ui/jquery.ui.button.js
@@ -356,7 +356,7 @@ $.widget( "ui.buttonset", {
})
.removeClass( "ui-corner-left ui-corner-right" )
.end()
- .button( "destroy" )
+ .button( "destroy" );
$.Widget.prototype.destroy.call( this );
}