Bug 974466 - removing unhelpful argument when constructing Prompt in SelectHelper. r=Margaret

This commit is contained in:
Tristan Martin 2016-05-05 23:34:00 +02:00
Родитель 2f312892d5
Коммит db5ec732b8
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -56,7 +56,7 @@ var SelectHelper = {
show: function(element) {
let list = this.getListForElement(element);
let p = new Prompt({
window: element.contentDocument
window: element.ownerDocument.defaultView
});
if (element.multiple) {