Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
server
team-presentation
Commits
eb23e581
Commit
eb23e581
authored
Apr 16, 2016
by
Adam Spiers
Browse files
Allow popup window access to Reveal API
parent
ef9cbbbb
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugin/notes/notes.js
View file @
eb23e581
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment