expose version number through #1451
This commit is contained in:
		| @@ -25,6 +25,9 @@ | |||||||
|  |  | ||||||
| 	var Reveal; | 	var Reveal; | ||||||
|  |  | ||||||
|  | 	// The reveal.js version | ||||||
|  | 	var VERSION = '3.2.0'; | ||||||
|  |  | ||||||
| 	var SLIDES_SELECTOR = '.slides section', | 	var SLIDES_SELECTOR = '.slides section', | ||||||
| 		HORIZONTAL_SLIDES_SELECTOR = '.slides>section', | 		HORIZONTAL_SLIDES_SELECTOR = '.slides>section', | ||||||
| 		VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section', | 		VERTICAL_SLIDES_SELECTOR = '.slides>section.present>section', | ||||||
| @@ -4526,6 +4529,8 @@ | |||||||
|  |  | ||||||
|  |  | ||||||
| 	Reveal = { | 	Reveal = { | ||||||
|  | 		VERSION: VERSION, | ||||||
|  |  | ||||||
| 		initialize: initialize, | 		initialize: initialize, | ||||||
| 		configure: configure, | 		configure: configure, | ||||||
| 		sync: sync, | 		sync: sync, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user