mirror of https://gitee.com/bigwinds/arangodb
Missed one
This commit is contained in:
parent
4af0c67c5c
commit
571e07c613
|
@ -39,7 +39,7 @@
|
|||
Object.defineProperty(Object.prototype, '_shallowCopy', {
|
||||
get() {
|
||||
var self = this;
|
||||
return Object.prototype.propertyKeys.reduce(function (previous, key) {
|
||||
return this.propertyKeys.reduce(function (previous, key) {
|
||||
previous[key] = self[key];
|
||||
return previous;
|
||||
}, {});
|
||||
|
|
Loading…
Reference in New Issue