(topLevelType, element)
| 4256 | trapEventForPluginEventSystem(element, topLevelType, false); |
| 4257 | } |
| 4258 | function trapCapturedEvent(topLevelType, element) { |
| 4259 | trapEventForPluginEventSystem(element, topLevelType, true); |
| 4260 | } |
| 4261 | |
| 4262 | function trapEventForPluginEventSystem(container, topLevelType, capture) { |
| 4263 | var listener; |
no test coverage detected