Skip to content

Commit 3c5c50f

Browse files
authored
Merge pull request #2158 from denehyg/issue-2157
Fix timer when speaker notes window opened via RevealNotes.open()
2 parents 667c83f + ee63b2a commit 3c5c50f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin/notes/notes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ var RevealNotes = (function() {
2727
}
2828

2929
// Allow popup window access to Reveal API
30-
notesPopup.Reveal = this.Reveal;
30+
notesPopup.Reveal = window.Reveal;
3131

3232
/**
3333
* Connect to the notes window through a postmessage handshake.

0 commit comments

Comments
 (0)