Bug 986769 - bug 940038 caused a JS error when opening the character encoding view, rs=firebot

This commit is contained in:
Gijs Kruitbosch 2014-03-22 10:00:10 +00:00
Родитель 311ccd383a
Коммит b4496f7882
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -770,7 +770,7 @@ const CustomizableWidgets = [{
elem.section = aSection;
elem.value = item.value;
elem.setAttribute("class", "subviewbutton");
addShortcut(item, doc, elem);
addShortcut(item, aDocument, elem);
containerElem.appendChild(elem);
}
},