Bug 1365709 - Fix linter bustage. r=kmag

MozReview-Commit-ID: 1pDWdDxOi19
This commit is contained in:
Zibi Braniecki 2017-09-04 16:32:23 -07:00
Родитель 59f99cb87e
Коммит 2fc23db1fc
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -1496,7 +1496,7 @@ this.Langpack = class extends ExtensionData {
// If there is one, add it with the name `toolkit` as a FileSource.
const entries = await this.readDirectory("./localization");
if (entries.length > 0) {
l10nRegistrySources["toolkit"] = "";
l10nRegistrySources.toolkit = "";
}
// Add any additional sources listed in the manifest
@ -1573,4 +1573,4 @@ this.Langpack = class extends ExtensionData {
}
return chromeEntries;
}
}
};