(evt)
| 69 | } |
| 70 | |
| 71 | function hideRay (evt) { |
| 72 | var controllerConfig = config[evt.detail.name]; |
| 73 | if (!controllerConfig) { return; } |
| 74 | el.setAttribute('raycaster', 'showLine', false); |
| 75 | } |
| 76 | }, |
| 77 | |
| 78 | config: { |
nothing calls this directly
no test coverage detected