Skip to content

Commit

Permalink
Tabs: Added missing semicolon.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgonzalez committed Dec 31, 2008
1 parent 1907c37 commit fff23b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/ui.tabs.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ $.widget("ui.tabs", {
})
.blur(function() {
$(this).parent().removeClass('ui-state-focus');
})
});

this.$tabs.each(function(i, a) {
// inline tab
Expand Down

0 comments on commit fff23b3

Please sign in to comment.