Explorar o código

Merge pull request #2158 from denehyg/issue-2157

Fix timer when speaker notes window opened via RevealNotes.open()
Hakim El Hattab %!s(int64=6) %!d(string=hai) anos
pai
achega
3c5c50f3fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      plugin/notes/notes.js

+ 1 - 1
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.