remove unneeded instances object
This commit is contained in:
parent
86329e376d
commit
6ac91a36db
1 changed files with 0 additions and 3 deletions
|
@ -8,9 +8,6 @@ import pointer from "/scripts/data/pointer.js";
|
||||||
|
|
||||||
export default class EntryManager {
|
export default class EntryManager {
|
||||||
constructor () {
|
constructor () {
|
||||||
// Initialize the entries.
|
|
||||||
this.instances = {};
|
|
||||||
|
|
||||||
// Add the action listeners.
|
// Add the action listeners.
|
||||||
this.#listen();
|
this.#listen();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue