Bug 634974 - JavaScript strict warning: chrome://browser/content/tabview.js, line 3274: anonymous function does not always return a value [r=ian, a=beltzner]

This commit is contained in:
Philipp Wagner 2011-02-22 16:06:22 -05:00
Родитель c951bea44f
Коммит b71845500e
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1126,7 +1126,6 @@ GroupItem.prototype = Utils.extend(new Item(), new Subscribable(), {
let $icon = iQ(icon);
if ($icon.data("xulTab") == event.target) {
$icon.attr("src", Utils.defaultFaviconURL);
return true;
}
});
},