MCPcopy
hub / github.com/SortableJS/Sortable / off

Function off

Sortable.js:140–142  ·  view source on GitHub ↗
(el, event, fn)

Source from the content-addressed store, hash-verified

138 el.addEventListener(event, fn, !IE11OrLess && captureMode);
139 }
140 function off(el, event, fn) {
141 el.removeEventListener(event, fn, !IE11OrLess && captureMode);
142 }
143 function matches( /**HTMLElement*/el, /**String*/selector) {
144 if (!selector) return;
145 selector[0] === '>' && (selector = selector.substring(1));

Callers 5

destroyGlobalFunction · 0.90
dropFunction · 0.90
Sortable.jsFile · 0.70
AutoScrollPluginFunction · 0.70
MultiDragPluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected