add Reveal.isReady to pre-initialized API
This commit is contained in:
parent
fc62af9d5b
commit
0c9c9d55f3
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -51,6 +51,8 @@ Reveal.initialize = options => {
|
|||
}
|
||||
} );
|
||||
|
||||
Reveal.isReady = () => false;
|
||||
|
||||
Reveal.VERSION = VERSION;
|
||||
|
||||
export default Reveal;
|
Loading…
Reference in New Issue