1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-10 00:28:06 +02:00

expose version number through #1451

This commit is contained in:
Hakim El Hattab
2016-01-08 10:26:41 +01:00
parent fb00a5d613
commit b7644a3bf7

View File

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