Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.4
Description
When either of the `dom.js` implementations is minified via closure compiler, its "inner" classes are renamed and the `convertContent` function breaks for `ElementWrapper` instances. as `constructor?.name` is not "ElementWrapper" anymore.
If a module's classes should be globally available, they should be exported, otherwise the `instanceof` operator might be a better choice.