Bug 758044. Follow-up: update comments to new naming scheme. r=me

This commit is contained in:
Felipe Gomes 2012-06-22 15:19:24 -07:00
Родитель cd5fca9cce
Коммит 662c901782
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -129,8 +129,8 @@ function NativeApp(aData) {
*
* The Windows installation process will generate the following files:
*
* ${FolderName} = app-origin;protocol;port
* e.g.: subdomain.example.com;http;-1
* ${FolderName} = protocol;app-origin[;port]
* e.g.: subdomain.example.com;http;85
*
* %APPDATA%/${FolderName}
* - webapp.ini
@ -196,8 +196,8 @@ WinNativeApp.prototype = {
}
// The ${InstallDir} format is as follows:
// host of the app origin + ";" +
// protocol
// + ";" + host of the app origin
// + ";" + port (only if port is not default)
this.installDir = Services.dirsvc.get("AppData", Ci.nsIFile);
let installDirLeaf = this.launchURI.scheme