Fix indent
This commit is contained in:
parent
40d47c2a8a
commit
3484e5c554
@ -600,14 +600,14 @@ catch(e) {
|
|||||||
if (newTabs.length && aInfo.action & sv.kACTION_ATTACH) {
|
if (newTabs.length && aInfo.action & sv.kACTION_ATTACH) {
|
||||||
Promise.all(newTabs.map((aTab) => aTab.__treestyletab__promisedDuplicatedTab))
|
Promise.all(newTabs.map((aTab) => aTab.__treestyletab__promisedDuplicatedTab))
|
||||||
.then((function() {
|
.then((function() {
|
||||||
log(' => attach (last)');
|
log(' => attach (last)');
|
||||||
this.attachTabsOnDrop(
|
this.attachTabsOnDrop(
|
||||||
newTabs.filter(function(aTab, aIndex) {
|
newTabs.filter(function(aTab, aIndex) {
|
||||||
return treeStructure[aIndex] == -1;
|
return treeStructure[aIndex] == -1;
|
||||||
}),
|
}),
|
||||||
aInfo.parent,
|
aInfo.parent,
|
||||||
aInfo.insertBefore
|
aInfo.insertBefore
|
||||||
);
|
);
|
||||||
}).bind(this));
|
}).bind(this));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user