(set)
| 88 | } |
| 89 | |
| 90 | function syncCb(set) { |
| 91 | var center = projection.invert(geo.midPt); |
| 92 | |
| 93 | set('center.lon', center[0]); |
| 94 | set('center.lat', center[1]); |
| 95 | } |
| 96 | |
| 97 | function handleZoomend() { |
| 98 | d3.select(this).style(zoomendStyle); |
nothing calls this directly
no test coverage detected
searching dependent graphs…