(topLevelType, element)
| 4253 | return _enabled; |
| 4254 | } |
| 4255 | function trapBubbledEvent(topLevelType, element) { |
| 4256 | trapEventForPluginEventSystem(element, topLevelType, false); |
| 4257 | } |
| 4258 | function trapCapturedEvent(topLevelType, element) { |
| 4259 | trapEventForPluginEventSystem(element, topLevelType, true); |
| 4260 | } |
no test coverage detected