Bug 1323845: Follow-up: Fix more bustage. r=bustage

MozReview-Commit-ID: 4YNzTYNy0Hh
This commit is contained in:
Kris Maglione 2018-01-12 18:45:46 -08:00
Родитель edd4e0ef17
Коммит e87cff4b8e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -632,8 +632,8 @@ class ExtensionData {
// Normalize all patterns to contain a single leading /
if (manifest.web_accessible_resources) {
webAccessibleResources = manifest.web_accessible_resources
.map(path => path.replace(/^\/*/, "/"));
webAccessibleResources.push(...manifest.web_accessible_resources
.map(path => path.replace(/^\/*/, "/")));
}
} else if (this.type == "langpack") {
// Compute the chrome resources to be registered for this langpack