1
0
mirror of https://github.com/hakimel/reveal.js.git synced 2025-08-11 17:14:57 +02:00

remove unused variable, update multi-instance example in readme

This commit is contained in:
Hakim El Hattab
2020-04-08 11:46:46 +02:00
parent 6030043036
commit 2e8619d300
3 changed files with 6 additions and 9 deletions

View File

@@ -101,9 +101,6 @@ export default function( revealElement, options ) {
// Cached references to DOM elements
dom = {},
// List of asynchronously loaded reveal.js dependencies
asyncDependencies = [],
// Flags if the interaction event listeners are bound
eventsAreBound = false,