aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorGreg Denehy <greg@inclose.com.au>2018-05-05 17:38:37 +0930
committerGreg Denehy <greg@inclose.com.au>2018-05-05 17:38:37 +0930
commitee63b2ac607133d7fd41081f7c015e347ada518f (patch)
tree5eb04a8bb3cd8718b267bd36e97f22bf0f333e46 /plugin
parent667c83f1b7db63fcffce0ad611835eb1ac5e3965 (diff)
downloadperl-software-in-gnu-guix-ee63b2ac607133d7fd41081f7c015e347ada518f.tar
perl-software-in-gnu-guix-ee63b2ac607133d7fd41081f7c015e347ada518f.tar.gz
Fixed notes timer when speaker notes window opened via RevealNotes.open()
Diffstat (limited to 'plugin')
-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.