highlight, math, notes and zoom plugins now register via Reveal.registerPlugin
This commit is contained in:
parent
d780352b7f
commit
c40e9819a2
5 changed files with 92 additions and 61 deletions
|
@ -168,7 +168,8 @@ var RevealNotes = (function() {
|
|||
|
||||
}
|
||||
|
||||
return Promise.resolve();
|
||||
// lofi xbrowser Promise.resolve()
|
||||
return { then: function( resolve ) { resolve(); }};
|
||||
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue