(type, params)
| 2479 | } |
| 2480 | |
| 2481 | function dispatchFunction(type, params) { |
| 2482 | return function() { |
| 2483 | return dispatchEvent(this, type, params.apply(this, arguments)); |
| 2484 | }; |
| 2485 | } |
| 2486 | |
| 2487 | function selection_dispatch(type, params) { |
| 2488 | return this.each((typeof params === "function" |
nothing calls this directly
no test coverage detected