mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
break autoanimate and loading of slide content into separate controllers
This commit is contained in:
parent
ddd13ee9cf
commit
d42d88dae4
6 changed files with 1004 additions and 974 deletions
|
|
@ -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 = {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue