(className)
| 1198 | } |
| 1199 | |
| 1200 | hasClass(className) { |
| 1201 | return utils.contains(this.classes, className); |
| 1202 | } |
| 1203 | /** |
| 1204 | * Creates a text node or span from a symbol node. Note that a span is only |
| 1205 | * created if it is needed. |
nothing calls this directly
no outgoing calls
no test coverage detected