mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-27 04:01:47 +01: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