Skip to content
Snippets Groups Projects
Commit eb23e581 authored by Adam Spiers's avatar Adam Spiers
Browse files

Allow popup window access to Reveal API

parent ef9cbbbb
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment