(nsp, localName, options)
| 13347 | return this.createAttribute(name); |
| 13348 | } |
| 13349 | createElementNS(nsp, localName, options) { |
| 13350 | return nsp === SVG_NAMESPACE |
| 13351 | ? new SVGElement$1(this, localName, null) |
| 13352 | : this.createElement(localName, options); |
| 13353 | } |
| 13354 | /* c8 ignore stop */ |
| 13355 | }; |
| 13356 |
no test coverage detected