(type, params)
| 2473 | } |
| 2474 | |
| 2475 | function dispatchConstant(type, params) { |
| 2476 | return function() { |
| 2477 | return dispatchEvent(this, type, params); |
| 2478 | }; |
| 2479 | } |
| 2480 | |
| 2481 | function dispatchFunction(type, params) { |
| 2482 | return function() { |
nothing calls this directly
no test coverage detected