(x, y)
| 63 | } |
| 64 | |
| 65 | function rect_selector(x, y) { |
| 66 | return function (xy) { |
| 67 | return sel_utils.rect_inter_rect(xy[0], xy[1], x, y); |
| 68 | }; |
| 69 | } |
| 70 | |
| 71 | function sort(a, b) { |
| 72 | return a - b; |
no outgoing calls
no test coverage detected
searching dependent graphs…