Small refactoring

This commit is contained in:
barsdeveloper
2024-09-08 22:28:42 +02:00
parent 2114abef5c
commit 19ef3bd10e
43 changed files with 542 additions and 504 deletions

View File

@@ -160,10 +160,9 @@ export default class PinEntity extends IEntity {
/** @type {ObjectEntity} */ this.objectEntity
}
/** @returns {P<PinEntity>} */
static createGrammar() {
return /** @type {P<PinEntity>} */(
Grammar.createEntityGrammar(this)
)
return Grammar.createEntityGrammar(this)
}
/** @param {ObjectEntity} objectEntity */