Skip to content

Commit c11ddf4

Browse files
authored
Update object.js
1 parent da2df8a commit c11ddf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/object.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,6 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures() {
189189
// features
190190
var parentFeaturesMerged = Object.assign(defaults, this.parent._proto_features);
191191
this._features = Object.assign(parentFeaturesMerged, this._proto_features || {});
192-
this._proto_features = this._features;
193192
this.parent._resolveFeatures();
194193
} else {
195194
this._features = Object.assign(defaults, this._proto_features || {});

0 commit comments

Comments
 (0)