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

Function _extends

Sortable.js:29–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }) : e[r] = t, e;
28 }
29 function _extends() {
30 return _extends = Object.assign ? Object.assign.bind() : function (n) {
31 for (var e = 1; e < arguments.length; e++) {
32 var t = arguments[e];
33 for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]);
34 }
35 return n;
36 }, _extends.apply(null, arguments);
37 }
38 function _iterableToArray(r) {
39 if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r);
40 }

Callers 5

Sortable.jsFile · 0.70
SortableFunction · 0.70
AutoScrollPluginFunction · 0.70
SwapPluginFunction · 0.70
MultiDragPluginFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…