Home
last modified time | relevance | path

Searched refs:notesFilePath (Results 1 – 1 of 1) sorted by relevance

/plugin/revealjs/plugin/notes/
H A Dnotes.js16 function openNotes( notesFilePath ) { argument
23 if( !notesFilePath ) {
26 notesFilePath = jsFileLocation + 'notes.html';
29 notesPopup = window.open( notesFilePath, 'reveal.js - Notes', 'width=1100,height=700' );