diff options
author | Hakim El Hattab | 2019-03-14 14:52:59 +0100 |
---|---|---|
committer | Hakim El Hattab | 2019-03-14 14:52:59 +0100 |
commit | 6410ed15aa5ce2bdfc1f7f02c818a562ec8a1fc4 (patch) | |
tree | 2dfb0a67422aa196b9448c1e3c06338dfb20131f /plugin/notes | |
parent | 5301a9ea03a2c5abe857105acbc224c532a8c0e8 (diff) |
support for plugins where the init method doesn't return a Promise
Diffstat (limited to 'plugin/notes')
-rw-r--r-- | plugin/notes/notes.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js index 54dcf31..3d5eac4 100644 --- a/plugin/notes/notes.js +++ b/plugin/notes/notes.js @@ -168,8 +168,6 @@ var RevealNotes = (function() { } - return Promise.resolve(); - }, open: openNotes |