MCPcopy
hub / github.com/kartik-v/bootstrap-fileinput / _dispatchEvent

Function _dispatchEvent

js/plugins/sortable.js:1005–1016  ·  view source on GitHub ↗
(info)

Source from the content-addressed store, hash-verified

1003 };
1004
1005 function _dispatchEvent(info) {
1006 dispatchEvent(_objectSpread2({
1007 putSortable: putSortable,
1008 cloneEl: cloneEl,
1009 targetEl: dragEl,
1010 rootEl: rootEl,
1011 oldIndex: oldIndex,
1012 oldDraggableIndex: oldDraggableIndex,
1013 newIndex: newIndex,
1014 newDraggableIndex: newDraggableIndex
1015 }, info));
1016 }
1017
1018 var dragEl,
1019 parentEl,

Callers 3

pluginEventFunction · 0.85
sortable.jsFile · 0.85
changedFunction · 0.85

Calls 2

dispatchEventFunction · 0.85
_objectSpread2Function · 0.85

Tested by

no test coverage detected