(ref)
| 96 | } |
| 97 | |
| 98 | getRef(ref) { |
| 99 | this._element = ref; |
| 100 | } |
| 101 | |
| 102 | setTargetNode(node) { |
| 103 | this.targetNode = typeof node === 'string' ? getTarget(node) : node; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…