Ticket #944 (closed defect: fixed)
hasClass needs to be bulletproofed
| Reported by: | PaulReiber | Owned by: | MartinBudden |
|---|---|---|---|
| Priority: | major | Milestone: | 2.5.1 |
| Component: | core | Version: | |
| Severity: | high | Keywords: | |
| Cc: |
Description
e.className is not always a string (for example, in svg it's an SVGAnimatedString)
SVGAnimatedString doesnt implement split, so it throws an error.
Change History
Note: See
TracTickets for help on using
tickets.
