mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 16:28:38 +09:00
make style of amInstallTrigger.js more consistent
This commit is contained in:
parent
bb0c4f2710
commit
4e13c1147b
1 changed files with 1 additions and 1 deletions
|
|
@ -203,7 +203,7 @@ InstallTrigger.prototype = {
|
|||
return this.startSoftwareUpdate(url);
|
||||
},
|
||||
|
||||
_resolveURL: function (url) {
|
||||
_resolveURL: function(url) {
|
||||
return Services.io.newURI(url, null, this._url);
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue