Skip to content

Commit

Permalink
Merge pull request hakimel#2158 from denehyg/issue-2157
Browse files Browse the repository at this point in the history
Fix timer when speaker notes window opened via RevealNotes.open()
  • Loading branch information
hakimel committed May 7, 2018
2 parents 667c83f + ee63b2a commit 3c5c50f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/notes/notes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3c5c50f

Please sign in to comment.