(el)
| 548 | } |
| 549 | |
| 550 | function createElement(el) { |
| 551 | return doc.createElement(el); |
| 552 | } |
| 553 | |
| 554 | /* Updated attachEvent function for Internet Explorer |
| 555 | - Stores attachEvent information in an Array, so on unload the detachEvent functions can be called to avoid memory leaks |
no outgoing calls
no test coverage detected