diff options
author | Hakim El Hattab <hakim.elhattab@gmail.com> | 2017-11-09 11:41:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 11:41:08 +0100 |
commit | 463770cc533da9f8a25c37029e54b903e2d87518 (patch) | |
tree | 8ae515ff1fd90a432ee01e6e322b35d959c4957a /js/reveal.js | |
parent | 3d1d7683b2d68f4df3dfcec2a39055c30a2719a2 (diff) | |
parent | 44a5673e6f4b8bfdbb8d35502dedfcf6298ba69b (diff) | |
download | perl-software-in-gnu-guix-463770cc533da9f8a25c37029e54b903e2d87518.tar perl-software-in-gnu-guix-463770cc533da9f8a25c37029e54b903e2d87518.tar.gz |
Merge pull request #2029 from lechten/export-isSpeakerNotes
Export isSpeakerNotes
Diffstat (limited to 'js/reveal.js')
-rw-r--r-- | js/reveal.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js index 641a59a..5de30ff 100644 --- a/js/reveal.js +++ b/js/reveal.js @@ -5128,6 +5128,7 @@ isOverview: isOverview, isPaused: isPaused, isAutoSliding: isAutoSliding, + isSpeakerNotes: isSpeakerNotes, // Adds or removes all internal event listeners (such as keyboard) addEventListeners: addEventListeners, |