Skip to content

Commit 225fddb

Browse files
committed
typo
1 parent 1bd72ff commit 225fddb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/object.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ ReflectionObject.prototype.setParsedOption = function setParsedOption(name, valu
235235

236236

237237
if (isFeature) {
238-
var features = parsedOptions.find(x => {return Object.prototypehasOwnProperty(x, "features");});
238+
var features = parsedOptions.find(x => {return Object.prototype.hasOwnProperty(x, "features");});
239239
this._features = features.features || {};
240240
}
241241
return this;

0 commit comments

Comments
 (0)