()
| 1161 | // Removing the function wrapper causes a "Permission Denied" |
| 1162 | // error in IE. |
| 1163 | unloadHandler = function() { |
| 1164 | setDocument(); |
| 1165 | }, |
| 1166 | |
| 1167 | inDisabledFieldset = addCombinator( |
| 1168 | function( elem ) { |
nothing calls this directly
no test coverage detected