()
| 34 | function getRightCol() { return $(ZONES.TOP_RIGHT); } |
| 35 | function getHeaderDropArea() { return $(ZONES.HEADER); } |
| 36 | function isSmallScreen() { return window.innerWidth < MEDIUM_MIN; } |
| 37 | function getCards() { return CARD_IDS.map(id => $(id)).filter(Boolean); } |
| 38 | |
| 39 | function getAppZoomScale() { |
no outgoing calls
no test coverage detected