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