mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-08 23:57:13 +02:00
Reveal.VERSION is now available prior to initialization #2651
This commit is contained in:
@@ -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;
|
Reference in New Issue
Block a user