mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-16 09:25:06 +01:00
Reveal.VERSION is now available prior to initialization #2651
This commit is contained in:
parent
feb43ffdc9
commit
a1f03cb337
4 changed files with 8 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
import Deck from './reveal.js'
|
||||
import Deck, { VERSION } from './reveal.js'
|
||||
|
||||
/**
|
||||
* Expose the Reveal class to the window. To create a
|
||||
|
|
@ -51,4 +51,6 @@ Reveal.initialize = options => {
|
|||
}
|
||||
} );
|
||||
|
||||
Reveal.VERSION = VERSION;
|
||||
|
||||
export default Reveal;
|
||||
Loading…
Add table
Add a link
Reference in a new issue