diff options
| author | mrmr1993 | 2016-02-03 04:48:41 +0000 |
|---|---|---|
| committer | mrmr1993 | 2016-02-03 04:48:41 +0000 |
| commit | 466f2f6af092995b623e9b6f9f5a85ab767911c6 (patch) | |
| tree | 927108ab4b51ef54618ba23839d821e6cc047742 /pages | |
| parent | 22db0d6191d1dba42b206327d1f1d58323314199 (diff) | |
| download | vimium-466f2f6af092995b623e9b6f9f5a85ab767911c6.tar.bz2 | |
Rename VimiumHelpDialog to HelpDialog
Diffstat (limited to 'pages')
| -rw-r--r-- | pages/options.coffee | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/options.coffee b/pages/options.coffee index 4cc451ff..d3616bbd 100644 --- a/pages/options.coffee +++ b/pages/options.coffee @@ -231,7 +231,7 @@ initOptionsPage = -> event.preventDefault() activateHelpDialog = -> - VimiumHelpDialog.show chrome.extension.getBackgroundPage().helpDialogHtml(true, true, "Command Listing"), frameId + HelpDialog.show chrome.extension.getBackgroundPage().helpDialogHtml(true, true, "Command Listing"), frameId # Prevent the "show help" link from retaining the focus when clicked. document.activeElement.blur() |
