()
| 185 | let scrollMap, lineHeightMap, viewTop, viewBottom |
| 186 | |
| 187 | export function clearMap () { |
| 188 | scrollMap = null |
| 189 | lineHeightMap = null |
| 190 | viewTop = null |
| 191 | viewBottom = null |
| 192 | } |
| 193 | window.viewAjaxCallback = clearMap |
| 194 | |
| 195 | const buildMap = _.throttle(buildMapInner, buildMapThrottle) |
no outgoing calls
no test coverage detected