Backed out changeset f976df7f1eba (bug 1288247)

This commit is contained in:
Sebastian Hengst 2016-08-24 18:21:44 +02:00
Родитель 6b6c6bae4f
Коммит 9379293d2d
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -117,7 +117,7 @@ TabListComponent.prototype = {
},
onOpenTabs(urls, where, params) {
if (!PlacesUIUtils.confirmOpenInTabs(urls.length, this._window)) {
if(!PlacesUIUtils.confirmOpenInTabs(urls.length, this._window)) {
return;
}
if (where == "window") {