1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-28 18:30:39 +02:00

new controls module for navigation arrows

This commit is contained in:
Hakim El Hattab
2020-03-16 13:53:23 +01:00
parent 2a06e0d1e5
commit c50ec00419
5 changed files with 285 additions and 168 deletions

View File

@@ -1,7 +1,5 @@
import { extend, toArray } from '../utils/util.js'
/**
*
* Handles the showing and
*/
export default class Notes {
@@ -81,7 +79,7 @@ export default class Notes {
*
* @return {boolean}
*/
isSpeakerNotes() {
isSpeakerNotesWindow() {
return !!window.location.search.match( /receiver/gi );