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