From d525388b5f7249b4cce99ce79aac3287968c4ce2 Mon Sep 17 00:00:00 2001 From: hogelog Date: Fri, 3 Jul 2009 05:07:12 +0000 Subject: fix typo. git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@34268 d0d07461-0603-4401-acd4-de1884942a52 --- takahashiPresentation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'takahashiPresentation.js') diff --git a/takahashiPresentation.js b/takahashiPresentation.js index 633f60d..42f62da 100644 --- a/takahashiPresentation.js +++ b/takahashiPresentation.js @@ -26,7 +26,7 @@ start :presentation. ['', '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; -- cgit v1.2.3