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

Function _objectSpread2

Sortable.js:54–64  ·  view source on GitHub ↗
(e)

Source from the content-addressed store, hash-verified

52 return t;
53 }
54 function _objectSpread2(e) {
55 for (var r = 1; r < arguments.length; r++) {
56 var t = null != arguments[r] ? arguments[r] : {};
57 r % 2 ? ownKeys(Object(t), !0).forEach(function (r) {
58 _defineProperty(e, r, t[r]);
59 }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) {
60 Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r));
61 });
62 }
63 return e;
64 }
65 function _objectWithoutProperties(e, t) {
66 if (null == e) return {};
67 var o,

Callers 6

AnimationStateManagerFunction · 0.70
Sortable.jsFile · 0.70
dispatchEventFunction · 0.70
pluginEventFunction · 0.70
_dispatchEventFunction · 0.70
dragOverEventFunction · 0.70

Calls 2

ownKeysFunction · 0.70
_definePropertyFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…