(target, source, args, runtime2)
| 9886 | this.displayName = "bind"; |
| 9887 | } |
| 9888 | install(target, source, args, runtime2) { |
| 9889 | var feature = this; |
| 9890 | queueMicrotask(function() { |
| 9891 | try { |
| 9892 | _bind(feature.left, feature.right, target, feature, runtime2); |
| 9893 | } catch (e) { |
| 9894 | console.error(e.message || e); |
| 9895 | } |
| 9896 | }); |
| 9897 | } |
| 9898 | }; |
| 9899 | function _registerListener(runtime2, elt, listenerTarget, event, handler) { |
| 9900 | var eltData = runtime2.getInternalData(elt); |