зеркало из https://github.com/mozilla/gecko-dev.git
Bug 752389 - Launching any application attaches a /undefined to the end of the URL. r=fabrice
This commit is contained in:
Родитель
af4d50c464
Коммит
d2986d8fb1
|
@ -467,8 +467,9 @@ DOMApplicationManifest.prototype = {
|
|||
},
|
||||
|
||||
fullLaunchPath: function(aStartPoint) {
|
||||
let startPoint = aStartPoint || "";
|
||||
let launchPath = this._localeProp("launch_path") || "";
|
||||
return this._origin.resolve(launchPath + aStartPoint);
|
||||
return this._origin.resolve(launchPath + startPoint);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче