(zoneId)
| 675 | } |
| 676 | |
| 677 | function getZoneHost(zoneId) { |
| 678 | switch (zoneId) { |
| 679 | case ZONES.SIDEBAR: return getSidebar(); |
| 680 | case ZONES.TOP_LEFT: return getLeftCol(); |
| 681 | case ZONES.TOP_RIGHT: return getRightCol(); |
| 682 | default: return null; |
| 683 | } |
| 684 | } |
| 685 | |
| 686 | const EXPAND_START_SCALE = 0.62; |
| 687 | let __cleanupTopZonePreExpand = null; |
no test coverage detected