()
| 737 | // Removing the function wrapper causes a "Permission Denied" |
| 738 | // error in IE |
| 739 | unloadHandler = function() { |
| 740 | setDocument(); |
| 741 | }; |
| 742 | |
| 743 | // Optimize for push.apply( _, NodeList ) |
| 744 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected