1
0
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:
Hakim El Hattab
2020-05-19 20:27:45 +02:00
parent feb43ffdc9
commit a1f03cb337
4 changed files with 8 additions and 6 deletions

View File

@@ -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;