referred undefined constant
This commit is contained in:
parent
554c0cab32
commit
f3292d295d
@ -445,7 +445,7 @@ catch(e) {
|
||||
// Firefox fails to "move" collapsed tabs. So, expand them first
|
||||
// and collapse them after they are moved.
|
||||
var collapseExpandState = [];
|
||||
if (aInfo.action & kACTION_MOVE || aInfo.action & sv.kACTION_IMPORT) {
|
||||
if (aInfo.action & sv.kACTION_MOVE || aInfo.action & sv.kACTION_IMPORT) {
|
||||
draggedWholeTree.forEach(function(aTab) {
|
||||
collapseExpandState.push(sv.getTabValue(aTab, sv.kSUBTREE_COLLAPSED) == 'true');
|
||||
sv.collapseExpandSubtree(aTab, false, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user