1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-07-31 03:40:28 +02:00

Fixed notes timer when speaker notes window opened via RevealNotes.open()

This commit is contained in:
Greg Denehy
2018-05-05 17:38:37 +09:30
parent 667c83f1b7
commit ee63b2ac60

View File

@@ -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.