MCPcopy Index your code
hub / github.com/microsoft/SandDance / off

Method off

docs/app/js/sanddance-app.js:92369–92371  ·  view source on GitHub ↗
(event, handler)

Source from the content-addressed store, hash-verified

92367 this._addEventHandler(event, handler, opts, false, true);
92368 }
92369 off(event, handler) {
92370 this._removeEventHandler(event, handler);
92371 }
92372 /*
92373 * Enable/disable recognizer for the given event
92374 */ _toggleRecognizer(name, enabled) {

Callers 4

sanddance-app.jsFile · 0.45
ModalBase1Function · 0.45
PanelBase1Function · 0.45
removeEventListenerFunction · 0.45

Calls 1

_removeEventHandlerMethod · 0.95

Tested by

no test coverage detected