(marker)
| 6510 | // counts as the larger one. |
| 6511 | function extraLeft(marker) { return marker.inclusiveLeft ? -1 : 0; } |
| 6512 | function extraRight(marker) { return marker.inclusiveRight ? 1 : 0; } |
| 6513 | |
| 6514 | // Returns a number indicating which of two overlapping collapsed |
| 6515 | // spans is larger (and thus includes the other). Falls back to |
no outgoing calls
no test coverage detected