mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-28 20:36:13 +01:00
highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
This commit is contained in:
@@ -168,7 +168,8 @@ var RevealNotes = (function() {
|
||||
|
||||
}
|
||||
|
||||
return Promise.resolve();
|
||||
// lofi xbrowser Promise.resolve()
|
||||
return { then: function( resolve ) { resolve(); }};
|
||||
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user