Bug 283741 Javascript strict warning: trailing comma in nsSetDefaultBrowser.js

patch by gavin.sharp@gmail.com r=mconnor a=shaver
This commit is contained in:
timeless%mozdev.org 2005-06-06 21:09:59 +00:00
Родитель 1b42cc7238
Коммит 3dbf504908
1 изменённых файлов: 1 добавлений и 1 удалений

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

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