sdecima / javascript-detect-element-resize

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

Duplicate style elements creation #4

Closed kgryte closed 10 years ago

kgryte commented 10 years ago

For each resize listener I bind to an HTML element, I get a new style element inserted into the document head. This looks to be due to not setting the 'stylesCreated' flag when the style element is created.