mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 14:45:29 +00:00
+ added a =, fixing a problem with returning from a tab in a stacked group
This commit is contained in:
parent
13d7461532
commit
ebe90d195a
@ -91,7 +91,7 @@ var Tabbar = {
|
||||
// useful functions like filter or forEach. Convert it into a real array.
|
||||
for( var i=0; i<UI.tabBar.el.children.length; i++ ){
|
||||
var tab = UI.tabBar.el.children[i];
|
||||
if( tab.collapsed = false )
|
||||
if( tab.collapsed == false )
|
||||
visibleTabs.push();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user