aboutsummaryrefslogtreecommitdiffstats
path: root/takahashiPresentation.js
diff options
context:
space:
mode:
Diffstat (limited to 'takahashiPresentation.js')
-rw-r--r--takahashiPresentation.js2
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;