Просмотр исходного кода

Fixed notes timer when speaker notes window opened via RevealNotes.open()

Greg Denehy 6 лет назад
Родитель
Сommit
ee63b2ac60
1 измененных файлов с 1 добавлено и 1 удалено
  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.