mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-30 19:30:22 +02: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