(target, source, args, runtime2)
| 9432 | this.displayName = "bind"; |
| 9433 | } |
| 9434 | install(target, source, args, runtime2) { |
| 9435 | var feature = this; |
| 9436 | queueMicrotask(function() { |
| 9437 | try { |
| 9438 | _bind(feature.left, feature.right, target, feature, runtime2); |
| 9439 | } catch (e) { |
| 9440 | console.error(e.message || e); |
| 9441 | } |
| 9442 | }); |
| 9443 | } |
| 9444 | }; |
| 9445 | function _registerListener(runtime2, elt, listenerTarget, event, handler) { |
| 9446 | var eltData = runtime2.getInternalData(elt); |