aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2018-05-07 11:06:16 +0200
committerGitHub <noreply@github.com>2018-05-07 11:06:16 +0200
commit3c5c50f3fee71d9741b69257df26aae7c14b7a68 (patch)
tree5eb04a8bb3cd8718b267bd36e97f22bf0f333e46
parent667c83f1b7db63fcffce0ad611835eb1ac5e3965 (diff)
parentee63b2ac607133d7fd41081f7c015e347ada518f (diff)
downloadperl-software-in-gnu-guix-3c5c50f3fee71d9741b69257df26aae7c14b7a68.tar
perl-software-in-gnu-guix-3c5c50f3fee71d9741b69257df26aae7c14b7a68.tar.gz
Merge pull request #2158 from denehyg/issue-2157
Fix timer when speaker notes window opened via RevealNotes.open()
-rw-r--r--plugin/notes/notes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js
index 7622858..a5b15b4 100644
--- a/plugin/notes/notes.js
+++ b/plugin/notes/notes.js
@@ -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.