MCPcopy Create free account
hub / github.com/microsoft/SandDance / inactive

Function inactive

docs/app/js/sanddance-app.js:123633–123638  ·  view source on GitHub ↗
(type13)

Source from the content-addressed store, hash-verified

123631 };
123632}
123633function 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

Callers 1

sanddance-app.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected