()
| 698 | // Removing the function wrapper causes a "Permission Denied" |
| 699 | // error in IE |
| 700 | unloadHandler = function() { |
| 701 | setDocument(); |
| 702 | }; |
| 703 | |
| 704 | // Optimize for push.apply( _, NodeList ) |
| 705 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected