Bug 1156722 - Use destructuring instead of [].shift() r=smacleod

This commit is contained in:
Tim Taubert 2015-03-30 10:23:59 +02:00
Родитель 445063d439
Коммит fd71ad4984
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -1699,7 +1699,7 @@ let SessionStoreInternal = {
}
// fetch the data of closed tab, while removing it from the array
let closedTab = closedTabs.splice(aIndex, 1).shift();
let [closedTab] = closedTabs.splice(aIndex, 1);
let closedTabState = closedTab.state;
// create a new tab