* removes marking/blocking set by the markTimespan() method * @param divs a timespan to remove marking/blocking from (or an array of timespans)
(divs: HTMLElement|any[])
| 2277 | * @param divs a timespan to remove marking/blocking from (or an array of timespans) |
| 2278 | */ |
| 2279 | unmarkTimespan(divs: HTMLElement|any[]): void; |
| 2280 | |
| 2281 | /** |
| 2282 | * unselects the specified event |
no outgoing calls
no test coverage detected