mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-19 04:52:20 +02:00
plugin consistency
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* 3. This window proceeds to send the current presentation state
|
||||
* to the notes window
|
||||
*/
|
||||
let Plugin = (function() {
|
||||
const Plugin = () => {
|
||||
|
||||
var notesPopup = null;
|
||||
|
||||
@@ -180,6 +180,6 @@ let Plugin = (function() {
|
||||
open: openNotes
|
||||
};
|
||||
|
||||
})();
|
||||
};
|
||||
|
||||
export default () => Plugin;
|
||||
export default Plugin;
|
||||
|
Reference in New Issue
Block a user