Skip to content

Commit

Permalink
Update resources/idlharness.js
Browse files Browse the repository at this point in the history
Co-Authored-By: lukebjerring <lukebjerring@users.noreply.github.com>
  • Loading branch information
foolip and lukebjerring authored Nov 3, 2018
1 parent a4ccb00 commit a176c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/idlharness.js
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ IdlArray.prototype.add_dependency_idls = function(raw_idls, options)
// members) is being tested.
if (dep_type !== "includes"
|| inheriting in this.members && !this.members[inheriting].untested
|| this.partials.find(function(p) {
|| this.partials.some(function(p) {
return p.name === inheriting;
})) {
deps.push(inheritor);
Expand Down

0 comments on commit a176c39

Please sign in to comment.