diff options
| author | Stephen Blott | 2015-06-20 07:27:11 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2015-06-20 07:27:11 +0100 | 
| commit | de770c026a2e023f7be31f2ef1fa5c874578fe29 (patch) | |
| tree | 967700716ff6ba578a8022491a9880eea33861fb /lib | |
| parent | 46e19df644b4b7e4040f1d8cee33116d9b900f0d (diff) | |
| download | vimium-de770c026a2e023f7be31f2ef1fa5c874578fe29.tar.bz2 | |
Document options/settings data model.
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/settings.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/settings.coffee b/lib/settings.coffee index ca6cef89..5955e8ae 100644 --- a/lib/settings.coffee +++ b/lib/settings.coffee @@ -1,5 +1,5 @@ -# A "setting" is a stored key/value pair.  An "option" is setting which has a default value and whose value +# A "setting" is a stored key/value pair.  An "option" is a setting which has a default value and whose value  # can be changed on the options page.  #  # Option values which have never been changed by the user are in Settings.defaults. | 
