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