Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
saadtazi committed Jan 29, 2014
1 parent 1dddf39 commit f63f154
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/firefox_profile.md
Expand Up @@ -71,7 +71,9 @@ Note: by default:

> Set a user preference.
Any modification to the user preference needs to be persisted using this.updatePreferences()
Any modification to the user preference can be persisted using this.updatePreferences()
If this.setPreference() is called before calling this.encoded(), then this.updatePreferences()
is automatically called.
For a comprehensive list of preference keys, see http://kb.mozillazine.org/About:config_entries

**Parameters:**
Expand Down Expand Up @@ -113,6 +115,9 @@ For a comprehensive list of preference keys, see http://kb.mozillazine.org/About

> Save user preferences to the user.js profile file.
updatePreferences() is automatically called when encoded() is called
(if needed = if setPreference() was called before calling encoded())

<sub>Go: [TOC](#tableofcontents) | [FirefoxProfile.prototype](#toc_firefoxprofileprototype)</sub>

# FirefoxProfile.prototype.path()
Expand Down

0 comments on commit f63f154

Please sign in to comment.