()
| 11881 | } |
| 11882 | |
| 11883 | function resizeHandler() { |
| 11884 | if (sizeIndex !== getSizeIndex()) { |
| 11885 | pack(); |
| 11886 | instance.emit('resize', sizeDetail); |
| 11887 | } |
| 11888 | |
| 11889 | ticking = false; |
| 11890 | } |
| 11891 | |
| 11892 | // API |
| 11893 |
nothing calls this directly
no test coverage detected