Bug 880277 - "Remove unnecessary delay when clicking tab close buttons sequentially doesn't work anymore on UX" [r=fryn]

This commit is contained in:
Mike Conley 2013-06-19 15:57:00 +02:00
Родитель c9416dbfc0
Коммит aaf35f7120
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -4137,7 +4137,7 @@
* close many tabs at once.
*/
let target = event.originalTarget;
if (target.className == 'tab-close-button') {
if (target.classList.contains('tab-close-button')) {
// We preemptively set this to allow the closing-multiple-tabs-
// in-a-row case.
if (this._blockDblClick) {