()
| 67 | container.append(element); |
| 68 | |
| 69 | function _updatePath() { |
| 70 | pathEl.setAttribute('d', makeOverlayPath(openingProperties)); |
| 71 | } |
| 72 | |
| 73 | function closeModalOpening() { |
| 74 | openingProperties = [{ width: 0, height: 0, x: 0, y: 0, r: 0 }]; |
no test coverage detected