Fixed notes timer when speaker notes window opened via RevealNotes.open()
parent
667c83f1b7
commit
ee63b2ac60
|
@ -27,7 +27,7 @@ var RevealNotes = (function() {
|
|||
}
|
||||
|
||||
// Allow popup window access to Reveal API
|
||||
notesPopup.Reveal = this.Reveal;
|
||||
notesPopup.Reveal = window.Reveal;
|
||||
|
||||
/**
|
||||
* Connect to the notes window through a postmessage handshake.
|
||||
|
|
Loading…
Reference in New Issue