(end: number)
| 339 | } |
| 340 | |
| 341 | setOutputEnd(end: number): void { |
| 342 | // This only happens in dataTask, dataZoom, map, currently. |
| 343 | // where dataZoom do not set end each time, but only set |
| 344 | // when reset. So we should record the set end, in case |
| 345 | // that the stub of dataZoom perform again and earse the |
| 346 | // set end by upstream. |
| 347 | this._outputDueEnd = this._settedOutputEnd = end; |
| 348 | } |
| 349 | |
| 350 | } |
| 351 |