diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-10 10:04:54 +0200 |
---|---|---|
committer | Hakim El Hattab <hakim.elhattab@gmail.com> | 2016-06-10 10:04:54 +0200 |
commit | ca92d22adcf2a5a6c960b2d4a6bdadd13b12385b (patch) | |
tree | 8afd8a132f637b1f54ef7f2cefaae72d3abd16af /js | |
parent | 7d6cc9f3ec6218a6b29eede430ca41c84ad23b63 (diff) | |
download | fosdem-2018-presentation-ca92d22adcf2a5a6c960b2d4a6bdadd13b12385b.tar fosdem-2018-presentation-ca92d22adcf2a5a6c960b2d4a6bdadd13b12385b.tar.gz |
add showHelp to api #1611
Diffstat (limited to 'js')
-rw-r--r-- | js/reveal.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 3c750af..ed4d769 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -4580,6 +4580,9 @@ navigatePrev: navigatePrev, navigateNext: navigateNext, + // Shows a help overlay with keyboard shortcuts + showHelp: showHelp, + // Forces an update in slide layout layout: layout, |