Skip to content
Snippets Groups Projects
Unverified Commit 3c5c50f3 authored by Hakim El Hattab's avatar Hakim El Hattab Committed by GitHub
Browse files

Merge pull request #2158 from denehyg/issue-2157

Fix timer when speaker notes window opened via RevealNotes.open()
parents 667c83f1 ee63b2ac
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment