From ee63b2ac607133d7fd41081f7c015e347ada518f Mon Sep 17 00:00:00 2001
From: Greg Denehy <greg@inclose.com.au>
Date: Sat, 5 May 2018 17:38:37 +0930
Subject: [PATCH] Fixed notes timer when speaker notes window opened via
 RevealNotes.open()

---
 plugin/notes/notes.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js
index 76228583..a5b15b4b 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.
-- 
GitLab