mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-29 04:40:02 +01:00
add Reveal.isReady to pre-initialized API
This commit is contained in:
@@ -51,6 +51,8 @@ Reveal.initialize = options => {
|
||||
}
|
||||
} );
|
||||
|
||||
Reveal.isReady = () => false;
|
||||
|
||||
Reveal.VERSION = VERSION;
|
||||
|
||||
export default Reveal;
|
||||
Reference in New Issue
Block a user