(type)
| 142004 | }; |
| 142005 | } |
| 142006 | function event(type) { |
| 142007 | return typeof Event !== "undefined" ? new Event(type) : { |
| 142008 | type |
| 142009 | }; |
| 142010 | } |
| 142011 | /** |
| 142012 | * Generate an HTML input form element and bind it to a signal. |
| 142013 | */ function generate(bind3, el, param, view) { |