Bug 1243930 - Removed redundant statement of |obj.icon| assignment in |_setListItems|. r=mcomella

This commit is contained in:
Abhishek Potnis 2016-02-05 23:32:14 +05:30
Родитель d1e9e25dc5
Коммит 618fcfd2f6
1 изменённых файлов: 0 добавлений и 3 удалений

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

@ -188,9 +188,6 @@ Prompt.prototype = {
obj.label = item.label;
if (item.icon)
obj.icon = item.icon;
if (item.disabled)
obj.disabled = true;