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

Function off

modular/sortable.core.esm.js:134–136  ·  view source on GitHub ↗
(el, event, fn)

Source from the content-addressed store, hash-verified

132 el.addEventListener(event, fn, !IE11OrLess && captureMode);
133}
134function off(el, event, fn) {
135 el.removeEventListener(event, fn, !IE11OrLess && captureMode);
136}
137function matches( /**HTMLElement*/el, /**String*/selector) {
138 if (!selector) return;
139 selector[0] === '>' && (selector = selector.substring(1));

Callers 3

AutoScrollPluginFunction · 0.70
MultiDragPluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected