From c40e9819a24922dd1f16ea7b0bb809127978a21b Mon Sep 17 00:00:00 2001 From: Hakim El Hattab Date: Mon, 4 Mar 2019 14:32:38 +0100 Subject: highlight, math, notes and zoom plugins now register via Reveal.registerPlugin --- plugin/notes/notes.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'plugin/notes/notes.js') diff --git a/plugin/notes/notes.js b/plugin/notes/notes.js index 718d149..4dc88ca 100644 --- a/plugin/notes/notes.js +++ b/plugin/notes/notes.js @@ -168,7 +168,8 @@ var RevealNotes = (function() { } - return Promise.resolve(); + // lofi xbrowser Promise.resolve() + return { then: function( resolve ) { resolve(); }}; }, -- cgit v1.2.3