mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tabs: Added missing semicolon.
This commit is contained in:
parent
1907c374cf
commit
fff23b36bf
@ -94,7 +94,7 @@ $.widget("ui.tabs", {
|
|||||||
})
|
})
|
||||||
.blur(function() {
|
.blur(function() {
|
||||||
$(this).parent().removeClass('ui-state-focus');
|
$(this).parent().removeClass('ui-state-focus');
|
||||||
})
|
});
|
||||||
|
|
||||||
this.$tabs.each(function(i, a) {
|
this.$tabs.each(function(i, a) {
|
||||||
// inline tab
|
// inline tab
|
||||||
|
Loading…
Reference in New Issue
Block a user