зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1323845: Follow-up: Fix more bustage. r=bustage
MozReview-Commit-ID: 4YNzTYNy0Hh
This commit is contained in:
Родитель
edd4e0ef17
Коммит
e87cff4b8e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче