diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js
index 7622858372191c5ebb2ffa4753c7125b8ea4f69a..a5b15b4b74726e88731ee5ce00a6f750540aaee8 100644
--- a/plugin/notes/notes.js
+++ b/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.