aboutsummaryrefslogtreecommitdiff
path: root/js/reveal.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reveal.js')
-rw-r--r--js/reveal.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/reveal.js b/js/reveal.js
index c492dcd..45ffad5 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -25,6 +25,9 @@ import {
POST_MESSAGE_METHOD_BLACKLIST
} from './utils/constants.js'
+// The reveal.js version
+export const VERSION = '4.0.0-rc.1';
+
/**
* reveal.js
* https://revealjs.com
@@ -43,9 +46,6 @@ export default function( revealElement, options ) {
const Reveal = {};
- // The reveal.js version
- const VERSION = '4.0.0-rc.1';
-
// Configuration defaults, can be overridden at initialization time
let config,