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

Function _objectWithoutProperties

Sortable.js:65–75  ·  view source on GitHub ↗
(e, t)

Source from the content-addressed store, hash-verified

63 return e;
64 }
65 function _objectWithoutProperties(e, t) {
66 if (null == e) return {};
67 var o,
68 r,
69 i = _objectWithoutPropertiesLoose(e, t);
70 if (Object.getOwnPropertySymbols) {
71 var n = Object.getOwnPropertySymbols(e);
72 for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]);
73 }
74 return i;
75 }
76 function _objectWithoutPropertiesLoose(r, e) {
77 if (null == r) return {};
78 var t = {};

Callers 1

pluginEventFunction · 0.70

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…