()
| 1147 | // Removing the function wrapper causes a "Permission Denied" |
| 1148 | // error in IE. |
| 1149 | unloadHandler = function() { |
| 1150 | setDocument(); |
| 1151 | }, |
| 1152 | |
| 1153 | inDisabledFieldset = addCombinator( |
| 1154 | function( elem ) { |
nothing calls this directly
no test coverage detected