New source found from dndbeyond.com
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ function _objectWithoutPropertiesLoose(r, e) {
|
||||
if (null == r) return {};
|
||||
var t = {};
|
||||
for (var n in r) if ({}.hasOwnProperty.call(r, n)) {
|
||||
if (e.indexOf(n) >= 0) continue;
|
||||
if (-1 !== e.indexOf(n)) continue;
|
||||
t[n] = r[n];
|
||||
}
|
||||
return t;
|
||||
|
||||
Reference in New Issue
Block a user