diff options
Diffstat (limited to 'background_scripts/sync.coffee')
| -rw-r--r-- | background_scripts/sync.coffee | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/background_scripts/sync.coffee b/background_scripts/sync.coffee index afde3e70..3a829722 100644 --- a/background_scripts/sync.coffee +++ b/background_scripts/sync.coffee @@ -83,7 +83,7 @@ root.Sync = Sync =        return      #      if @isSyncKey key -      @storage.set @mkKeyValue(key,value), -> +      @storage.set @mkKeyValue(key,value), =>          if chrome.runtime.lastError            @log "chrome sync callback for Sync.set() indicates error: " + key            @log chrome.runtime.lastError  | 
