(topLevelType, targetInst)
| 976 | } |
| 977 | |
| 978 | function getTargetInstForChangeEvent(topLevelType, targetInst) { |
| 979 | if (topLevelType === topLevelTypes.topChange) { |
| 980 | return targetInst; |
| 981 | } |
| 982 | } |
| 983 | function handleEventsForChangeEventIE8(topLevelType, target, targetInst) { |
| 984 | if (topLevelType === topLevelTypes.topFocus) { |
| 985 | // stopWatching() should be a noop here but we call it just in case we |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…