Merge pull request #2158 from denehyg/issue-2157
Fix timer when speaker notes window opened via RevealNotes.open()edit
						commit
						3c5c50f3fe
					
				|  | @ -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. | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Hakim El Hattab
						Hakim El Hattab