mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-02-08 04:25:10 -05:00
Tabs: Added missing semicolon.
This commit is contained in:
@@ -94,7 +94,7 @@ $.widget("ui.tabs", {
|
||||
})
|
||||
.blur(function() {
|
||||
$(this).parent().removeClass('ui-state-focus');
|
||||
})
|
||||
});
|
||||
|
||||
this.$tabs.each(function(i, a) {
|
||||
// inline tab
|
||||
|
||||
Reference in New Issue
Block a user