highlight, math, notes and zoom plugins now register via Reveal.registerPlugin

This commit is contained in:
Hakim El Hattab
2019-03-04 14:32:38 +01:00
parent d780352b7f
commit c40e9819a2
5 changed files with 92 additions and 61 deletions

View File

@ -168,7 +168,8 @@ var RevealNotes = (function() {
}
return Promise.resolve();
// lofi xbrowser Promise.resolve()
return { then: function( resolve ) { resolve(); }};
},