()
| 1152 | // Removing the function wrapper causes a "Permission Denied" |
| 1153 | // error in IE. |
| 1154 | unloadHandler = function() { |
| 1155 | setDocument(); |
| 1156 | }, |
| 1157 | |
| 1158 | inDisabledFieldset = addCombinator( |
| 1159 | function( elem ) { |
nothing calls this directly
no test coverage detected