We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dae84 commit 087a33eCopy full SHA for 087a33e
src/object.js
@@ -174,7 +174,6 @@ ReflectionObject.prototype._resolveFeatures = function _resolveFeatures() {
174
// features
175
var parentFeatures = Object.assign({}, this.parent._proto_features);
176
this._features = Object.assign(parentFeatures, this._proto_features || {});
177
- // this._proto_features = this._features;
178
this.parent._resolveFeatures();
179
} else {
180
this._features = Object.assign({}, this._proto_features);
0 commit comments