fix: remove slow props

This commit is contained in:
cha0s 2019-05-02 20:12:41 -05:00
parent cfa5f986f7
commit 8c33d58030

View File

@ -181,14 +181,6 @@ export class Entity extends decorate(Resource) {
return type in this._traits;
}
get isDirty() {
return this._isDirty;
}
set isDirty(isDirty) {
this._isDirty = isDirty;
}
patchStateStep(type, step) {
let instance = this._traits[type];
// New trait requested?