diff options
author | hogelog | 2009-07-03 05:07:12 +0000 |
---|---|---|
committer | hogelog | 2009-07-03 05:07:12 +0000 |
commit | d525388b5f7249b4cce99ce79aac3287968c4ce2 (patch) | |
tree | eb748ca8c005ae86457cf4ac41809d00c4a49760 /takahashiPresentation.js | |
parent | bedb35c89c16e4b37800c71fcaef55a280a3c9bf (diff) | |
download | vimperator-plugins-d525388b5f7249b4cce99ce79aac3287968c4ce2.tar.bz2 |
fix typo.
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34268 d0d07461-0603-4401-acd4-de1884942a52
Diffstat (limited to 'takahashiPresentation.js')
-rw-r--r-- | takahashiPresentation.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/takahashiPresentation.js b/takahashiPresentation.js index 633f60d..42f62da 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -26,7 +26,7 @@ start :presentation. ['<Left>', 'prev page', function() prevPage()], ['^', 'first page', function() loadPage(0)], ['$', 'last page', function() loadPage(pages.length-1)], - ['.', 'last page', function(count) loadPage(count?count-1:0), {count: true], + ['.', 'last page', function(count) loadPage(count?count-1:0), {count: true}], ['q', 'stop presentation', function() stop()], ]; let win; |