mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-10-27 20:16:14 +01:00
break autoanimate and loading of slide content into separate controllers
This commit is contained in:
@@ -7,8 +7,8 @@ export default class Plugins {
|
||||
|
||||
constructor() {
|
||||
|
||||
// Flags our current state (pending -> loading -> loaded)
|
||||
this.state = 'pending';
|
||||
// Flags our current state (idle -> loading -> loaded)
|
||||
this.state = 'idle';
|
||||
|
||||
// An id:instance map of currently registed plugins
|
||||
this.registeredPlugins = {};
|
||||
|
||||
Reference in New Issue
Block a user