mirror of
https://github.com/Noratrieb/slides.git
synced 2026-01-14 16:35:07 +01:00
Merge branch 'dev' into dev_importBundledPlugins
This commit is contained in:
commit
4ff79dbc9d
12 changed files with 2392 additions and 2285 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