array.insert throws length-exceeded event - fixes #314
This commit is contained in:
@@ -169,7 +169,7 @@ export class YXmlElement extends YXmlFragment {
|
||||
*
|
||||
* @public
|
||||
*/
|
||||
hasAttribute (attributeName) {
|
||||
hasAttribute (attributeName) {
|
||||
return /** @type {any} */ (typeMapHas(this, attributeName))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user