sdecima / javascript-detect-element-resize

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

Fix missing semicolon #44

Open kala4ek opened 8 years ago

kala4ek commented 8 years ago

If you will try to minimize jquery.resize.js you will get the syntax error, it's because of missing semicolons. This PR fixes it.