gss / engine

GSS engine
http://gss.github.io
MIT License
2.86k stars 105 forks source link

Removing <link> attribute should clean up stylesheet #157

Closed Inviz closed 9 years ago

Inviz commented 9 years ago

It currently keep observers defined by the stylesheet hanging around

Inviz commented 9 years ago

That seems to be a non-issue. It was an event listener not removed from the engine.

Inviz commented 9 years ago

Actually it was about identity of elements not being cleaned up properly. Now elements removed from DOM should have their ids cleaned up.