1
0
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:
Hakim El Hattab
2020-05-27 13:15:26 +02:00
parent fc62af9d5b
commit 0c9c9d55f3
3 changed files with 4 additions and 2 deletions

View File

@@ -51,6 +51,8 @@ Reveal.initialize = options => {
}
} );
Reveal.isReady = () => false;
Reveal.VERSION = VERSION;
export default Reveal;