(val)
| 1361 | } |
| 1362 | |
| 1363 | function setShift(val) { |
| 1364 | if (val) shiftSelecting = shiftSelecting || (sel.inverted ? sel.to : sel.from); |
| 1365 | else shiftSelecting = null; |
| 1366 | } |
| 1367 | function setSelectionUser(from, to) { |
| 1368 | var sh = shiftSelecting && clipPos(shiftSelecting); |
| 1369 | if (sh) { |
no outgoing calls
no test coverage detected