Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
sofisl committed Sep 19, 2024
1 parent 1bd72ff commit 225fddb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object.js
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ ReflectionObject.prototype.setParsedOption = function setParsedOption(name, valu


if (isFeature) {
var features = parsedOptions.find(x => {return Object.prototypehasOwnProperty(x, "features");});
var features = parsedOptions.find(x => {return Object.prototype.hasOwnProperty(x, "features");});
this._features = features.features || {};
}
return this;
Expand Down

0 comments on commit 225fddb

Please # to comment.