Merge pull request #2158 from denehyg/issue-2157

Fix timer when speaker notes window opened via RevealNotes.open()
This commit is contained in:
Hakim El Hattab 2018-05-07 11:06:16 +02:00 committed by GitHub
commit 3c5c50f3fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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.