diff options
| author | Teddy Wing | 2015-02-15 12:40:34 -0500 |
|---|---|---|
| committer | Teddy Wing | 2015-02-15 12:40:34 -0500 |
| commit | cd218af2c321a69a008382a89afbaee26d729c71 (patch) | |
| tree | e0f9325515a3eb7b4e7b8eee064817cfb0d5de5b | |
| parent | 145be6788c4723123a5297a0dd783cadff810a34 (diff) | |
| download | chrome-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |
