Skip to content

Commit f023170

Browse files
committed
build: fixed comments
1 parent a3a518b commit f023170

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

engine/src/Core/Utils/PluginManager.ts

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ type LoadPluginFunction =
3131
| AsyncLoadPluginNoEngine
3232
| SyncLoadPluginNoEngine;
3333

34-
/**
35-
* Engine class for creating the singleton on globalThis.
36-
* It's a singleton class for initializing {@link Container} instances,
37-
* and for Plugins class responsible for every external feature
38-
*/
3934
export class PluginManager {
4035
readonly colorManagers = new Map<string, IColorManager>();
4136

0 commit comments

Comments
 (0)