Skip to content

Commit

Permalink
Accordion: Added missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Mar 23, 2011
1 parent f772240 commit 79c0fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ if ( $.uiBackCompat !== false ) {
ret = _trigger.call( this, "change", event, data );
}
return ret;
}
};
}( jQuery, jQuery.ui.accordion.prototype ) );
}

Expand Down

0 comments on commit 79c0fb7

Please sign in to comment.