sdecima / javascript-detect-element-resize

A Cross-Browser, Event-based, Element Resize Detection
MIT License
880 stars 151 forks source link

Remove listener should work without second parameter, which should be optional. #27

Open claudionunezjr opened 9 years ago

claudionunezjr commented 9 years ago

Should be able to call removeResizeListener(element) to remove all listeners attached to the element.