markelog
I've noticed that in css/support.js there is a created DOM element, which is referenced then in function computeStyleTests. Because of it this DOM will never be removed. Is it the way as it should be?
computeStyleTests
Hardly a "leak", but yeah, this could be improved.
Support: improve support properties computation
* Remove div from the memory if it is not needed anymore * Make `computeStyleTests` method a singleton Fixes gh-3018
b84fd61
0465e69
* Remove div from the memory if it is not needed anymore * Make `computeStyleTests` method a singleton Fixes gh-3018 Closes gh-3021
44cb97e
I've noticed that in css/support.js there is a created DOM element, which is referenced then in function
computeStyleTests. Because of it this DOM will never be removed.Is it the way as it should be?