aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2015-02-15 12:40:34 -0500
committerTeddy Wing2015-02-15 12:40:34 -0500
commitcd218af2c321a69a008382a89afbaee26d729c71 (patch)
treee0f9325515a3eb7b4e7b8eee064817cfb0d5de5b
parent145be6788c4723123a5297a0dd783cadff810a34 (diff)
downloadchrome-copy-urls-from-all-tabs-cd218af2c321a69a008382a89afbaee26d729c71.tar.bz2
options.js: Update old comment
Update a comment that came from the Chrome options.js sample code to better reflect the current code.
-rw-r--r--options.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.js b/options.js
index 0416b2c..062bbf0 100644
--- a/options.js
+++ b/options.js
@@ -20,7 +20,7 @@ function save_options() {
// Restores select box and checkbox state using the preferences
// stored in chrome.storage.
function restore_options() {
- // Use default value color = 'red' and likesColor = true.
+ // Default option values
chrome.storage.sync.get({
button_click_behaviour: 'window',
file_format: 'text',