* @param {...typeof DatasetController} args
(...args)
| 94 | * @param {...typeof DatasetController} args |
| 95 | */ |
| 96 | removeControllers(...args) { |
| 97 | this._each('unregister', args, this.controllers); |
| 98 | } |
| 99 | |
| 100 | /** |
| 101 | * @param {...typeof Element} args |
no test coverage detected