Skip to content

Commit ee63b2a

Browse files
committed
Fixed notes timer when speaker notes window opened via RevealNotes.open()
1 parent 667c83f commit ee63b2a

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)