mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
[Pale-Moon] Whitespace fixes. No code change.
This commit is contained in:
parent
093f9b4f55
commit
5c9b23f028
1 changed files with 2 additions and 4 deletions
|
|
@ -406,8 +406,7 @@ BrowserGlue.prototype = {
|
|||
},
|
||||
|
||||
// profile is available
|
||||
_onProfileAfterChange: function()
|
||||
{
|
||||
_onProfileAfterChange: function() {
|
||||
this._copyDefaultProfileFiles();
|
||||
},
|
||||
|
||||
|
|
@ -476,8 +475,7 @@ BrowserGlue.prototype = {
|
|||
// Copies additional profile files from the default profile to the current profile.
|
||||
// Only files not covered by the regular profile creation process.
|
||||
// Currently only the userchrome examples.
|
||||
_copyDefaultProfileFiles: function()
|
||||
{
|
||||
_copyDefaultProfileFiles: function() {
|
||||
// Copy default chrome example files if they do not exist in the current profile.
|
||||
var profileDir = Services.dirsvc.get("ProfD", Components.interfaces.nsILocalFile);
|
||||
profileDir.append("chrome");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue