зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1243930 - Removed redundant statement of |obj.icon| assignment in |_setListItems|. r=mcomella
This commit is contained in:
Родитель
d1e9e25dc5
Коммит
618fcfd2f6
|
@ -188,9 +188,6 @@ Prompt.prototype = {
|
|||
|
||||
obj.label = item.label;
|
||||
|
||||
if (item.icon)
|
||||
obj.icon = item.icon;
|
||||
|
||||
if (item.disabled)
|
||||
obj.disabled = true;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче