diff options
| author | Stephen Blott | 2014-09-02 13:47:14 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2014-09-02 14:02:44 +0100 | 
| commit | 76150e7b982b5cc6b68ad0dcf36c70382fdea30d (patch) | |
| tree | 522ba9baa047dc52ae0a25dbd82af48f93be0543 /pages/options.coffee | |
| parent | f2596ae0eaaa09a1ec5d641f048d7472f19c812b (diff) | |
| download | vimium-76150e7b982b5cc6b68ad0dcf36c70382fdea30d.tar.bz2 | |
Structured exclusion rules: Fix typos and minor issues.
Diffstat (limited to 'pages/options.coffee')
| -rw-r--r-- | pages/options.coffee | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/pages/options.coffee b/pages/options.coffee index cb6c1184..1b7faea0 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -89,6 +89,7 @@ populateOptions = ->    # Self-handling options build their own DOM, and provide callbacks for saveOptions and restoreToDefaults.    for field of selfHandlingFields      selfHandlingCallbacks[field] = selfHandlingFields[field]($(field),enableSaveButton) +  onDataLoaded()  restoreToDefaults = ->    return unless confirm "Are you sure you want to return Vimium's settings to their defaults?"  | 
