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:
@@ -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 );
|
||||
|
||||
|
Reference in New Issue
Block a user