Browse Source

Merge pull request #2029 from lechten/export-isSpeakerNotes

Export isSpeakerNotes
Hakim El Hattab 6 years ago
parent
commit
463770cc53
1 changed files with 1 additions and 0 deletions
  1. 1 0
      js/reveal.js

+ 1 - 0
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,