mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-07-29 10:50:21 +02:00
Merge branch 'dev' into dev_importBundledPlugins
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