MCPcopy Index your code
hub / github.com/SortableJS/Sortable / off

Function off

src/utils.js:14–16  ·  view source on GitHub ↗
(el, event, fn)

Source from the content-addressed store, hash-verified

12
13
14function off(el, event, fn) {
15 el.removeEventListener(event, fn, !IE11OrLess && captureMode);
16}
17
18function matches(/**HTMLElement*/el, /**String*/selector) {
19 if (!selector) return;

Callers 1

Sortable.jsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected