Skip to content

Commit

Permalink
Update reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
kingcean committed Feb 28, 2021
1 parent e7dfc8a commit e7d489c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"gulp-sourcemaps": "^3.0.0",
"gulp-typescript": "^5.0.1",
"gulp-uglify": "^3.0.2",
"typescript": "^4.1.2"
"typescript": "^4.2.2"
}
}
6 changes: 0 additions & 6 deletions src/objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -666,9 +666,6 @@ export class PropsClient extends PropsObservable {
},
ownKeys: (target) => {
return this.getKeys();
},
enumerate: (target) => {
return this.getKeys();
}
});
}
Expand Down Expand Up @@ -828,9 +825,6 @@ export class PropsController extends PropsObservable {
},
ownKeys: (target) => {
return this.getKeys();
},
enumerate: (target) => {
return this.getKeys();
}
});
}
Expand Down

0 comments on commit e7d489c

Please sign in to comment.