(type13)
| 123631 | }; |
| 123632 | } |
| 123633 | function inactive(type13) { |
| 123634 | return function(evt) { |
| 123635 | this.fire(type13, evt); |
| 123636 | this._active = null; |
| 123637 | }; |
| 123638 | } |
| 123639 | (0, _vegaUtil.inherits)(CanvasHandler, Handler, { |
| 123640 | initialize (el, origin, obj) { |
| 123641 | this._canvas = el && domFind(el, "canvas"); // add minimal events required for proper state management |