(el)
| 515 | } |
| 516 | |
| 517 | function createElement(el) { |
| 518 | return doc.createElement(el); |
| 519 | } |
| 520 | |
| 521 | /* Updated attachEvent function for Internet Explorer |
| 522 | - 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
searching dependent graphs…