From b848e37f2835ac4f884ece2dd37273e6266d3623 Mon Sep 17 00:00:00 2001 From: Scott González Date: Thu, 18 Feb 2010 01:45:23 +0000 Subject: Button: Added missing semicolons; --- ui/jquery.ui.button.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ui/jquery.ui.button.js') diff --git a/ui/jquery.ui.button.js b/ui/jquery.ui.button.js index d69e912ff..47007130b 100644 --- a/ui/jquery.ui.button.js +++ b/ui/jquery.ui.button.js @@ -143,7 +143,7 @@ $.widget( "ui.button", { // TODO pass through original event correctly (just as 2nd argument doesn't work) $(this).trigger("click"); } - }) + }); } } @@ -167,7 +167,7 @@ $.widget( "ui.button", { if ( checked ) { this.buttonElement.addClass( "ui-state-active" ); } - this.buttonElement.attr( "aria-pressed", checked ) + this.buttonElement.attr( "aria-pressed", checked ); } else { this.buttonElement = this.element; } -- cgit v1.2.3