]> source.dussan.org Git - jquery-ui.git/commitdiff
Button: Added missing semicolon.
authorScott González <scott.gonzalez@gmail.com>
Fri, 23 Apr 2010 16:08:55 +0000 (12:08 -0400)
committerScott González <scott.gonzalez@gmail.com>
Fri, 23 Apr 2010 16:08:55 +0000 (12:08 -0400)
Fixes #5536 - Mission semicolon on line 5368.

ui/jquery.ui.button.js

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