array.insert throws length-exceeded event - fixes #314

This commit is contained in:
Kevin Jahns
2021-06-24 16:50:25 +02:00
parent 89c5541ee6
commit 311dd50f1b
4 changed files with 51 additions and 3 deletions

View File

@@ -169,7 +169,7 @@ export class YXmlElement extends YXmlFragment {
*
* @public
*/
hasAttribute (attributeName) {
hasAttribute (attributeName) {
return /** @type {any} */ (typeMapHas(this, attributeName))
}