* Removes children from current node. * * @param {Tutorial} child - Old child.
(child)
| 75 | * @param {Tutorial} child - Old child. |
| 76 | */ |
| 77 | removeChild(child) { |
| 78 | child.setParent(null); |
| 79 | } |
| 80 | /* eslint-enable class-methods-use-this */ |
| 81 | |
| 82 | /** |
no test coverage detected