Bug 1317590 followup, placate eslint

This commit is contained in:
Andrew Swan 2016-11-16 20:17:23 -08:00
Родитель 1583627c71
Коммит b6b483f98a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -6300,7 +6300,7 @@ class DownloadAddonInstall extends AddonInstall {
* @param options.permHandler
* A callback to present permissions to the user before installing.
*/
constructor(installLocation, url, options={}) {
constructor(installLocation, url, options = {}) {
super(installLocation, url, options);
this.browser = options.browser;