KyleAMathews / element-resize-event

Library to make it easy to listen for element resize events
http://kyleamathews.github.io/element-resize-event/
MIT License
175 stars 44 forks source link

__resizeListeners__ is undefined #32

Closed ynahmany closed 6 years ago

ynahmany commented 6 years ago

Hi, In versions 2.0.8 and 2.0.9 this line has been removed: if(trigger !== undefined) which caused undefined error. There was specific reason for the removal or we can return them? currently it causes error in our console.

eaglus commented 6 years ago

please check a latest version (3.0.2) - there it should be fixed