mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 792806 - Follow-up to add missing semicolon; r=dao
This commit is contained in:
parent
5d1287d0ce
commit
c7a0e45021
@ -2560,7 +2560,7 @@ let GroupItems = {
|
|||||||
shouldShowTabView = true;
|
shouldShowTabView = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
shouldHideTab = true
|
shouldHideTab = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove tab item from a groupItem
|
// remove tab item from a groupItem
|
||||||
|
Loading…
Reference in New Issue
Block a user