Allow popup window access to Reveal API

This commit is contained in:
Adam Spiers 2016-04-16 15:35:14 +01:00
parent ef9cbbbbb9
commit eb23e58114
1 changed files with 3 additions and 0 deletions

View File

@ -21,6 +21,9 @@ var RevealNotes = (function() {
var notesPopup = window.open( notesFilePath, 'reveal.js - Notes', 'width=1100,height=700' );
// Allow popup window access to Reveal API
notesPopup.Reveal = this.Reveal;
/**
* Connect to the notes window through a postmessage handshake.
* Using postmessage enables us to work in situations where the