aboutsummaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:26:41 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2016-01-08 10:26:53 +0100
commitb7644a3bf7ac586900012904860f239bc3c6f7f5 (patch)
tree6d72732047208e9e5d1c828412bb4da253bbf6ed /js
parentfb00a5d613f7869519b21f14196b3ef6dffd3c11 (diff)
downloadfosdem-2018-presentation-b7644a3bf7ac586900012904860f239bc3c6f7f5.tar
fosdem-2018-presentation-b7644a3bf7ac586900012904860f239bc3c6f7f5.tar.gz
expose version number through #1451
Diffstat (limited to 'js')
-rw-r--r--js/reveal.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/js/reveal.js b/js/reveal.js
index 398da41..9302f82 100644
--- a/js/reveal.js
+++ b/js/reveal.js
@@ -25,6 +25,9 @@
var Reveal;
+ // The reveal.js version
+ var VERSION = '3.2.0';
+
var SLIDES_SELECTOR = '.slides section',
HORIZONTAL_SLIDES_SELECTOR = '.slides>section',
VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section',
@@ -4526,6 +4529,8 @@
Reveal = {
+ VERSION: VERSION,
+
initialize: initialize,
configure: configure,
sync: sync,