This reverts commit e1ccc33a
@@ -140,7 +140,7 @@ export default class PluginCollection {
}
// The plugin is already loaded or being loaded - do nothing.
- if ( that._plugins.has( PluginConstructor ) || loading.has( PluginConstructor ) ) {
+ if ( that.get( PluginConstructor ) || loading.has( PluginConstructor ) ) {
return;