From cd218af2c321a69a008382a89afbaee26d729c71 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 15 Feb 2015 12:40:34 -0500 Subject: options.js: Update old comment Update a comment that came from the Chrome options.js sample code to better reflect the current code. --- options.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'options.js') 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', -- cgit v1.2.3