Skip to content

Commit

Permalink
Fixed notes timer when speaker notes window opened via RevealNotes.op…
Browse files Browse the repository at this point in the history
…en()
  • Loading branch information
denehyg committed May 5, 2018
1 parent 667c83f commit ee63b2a
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 ee63b2a

Please sign in to comment.