plugin consistency
This commit is contained in:
parent
163db29d43
commit
619b3a087c
4 changed files with 6 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue