Bug 283741 - Javascript strict warning: trailing comma in nsSetDefaultBrowser.js. patch from Jason np Barnabe <jason_barnabe@fastmail.fm>, r=mconnor

This commit is contained in:
mozilla.mano%sent.com 2005-04-03 15:53:25 +00:00
Родитель 11024c684d
Коммит 9b01ac5852
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -64,7 +64,7 @@ nsSetDefaultBrowser.prototype = {
}
},
helpText : " -setDefaultBrowser Set this app as the default browser.\n",
helpText : " -setDefaultBrowser Set this app as the default browser.\n"
};
// This Component's module and factory implementation.