You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.
I'm seeing javascript errors if I destroy an iscroll in my window onResize handler:
Uncaught TypeError: Cannot read property 'length' of undefined_indicatorsMap
@ iscroll.js?c=DToLACPt4QE:975(anonymous function)
@ iscroll.js?c=DToLACPt4QE:1008IScroll._execEvent
@ iscroll.js?c=DToLACPt4QE:739IScroll.refresh
@ iscroll.js?c=DToLACPt4QE:698(anonymous function)
@ iscroll.js?c=DToLACPt4QE:624
From what I can tell, one of the destroy handlers should have cleared resizeTimeout.
The text was updated successfully, but these errors were encountered: