Skip to content

Commit

Permalink
Remove undocumented Impl.init functionality
Browse files Browse the repository at this point in the history
This is not used by jsdom and seems unnecessary.
  • Loading branch information
domenic committed Apr 17, 2020
1 parent 385d820 commit 0f5d2ff
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 201 deletions.
3 changes: 0 additions & 3 deletions lib/constructs/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -1187,9 +1187,6 @@ class Interface {

this.str += `
obj[implSymbol][utils.wrapperSymbol] = obj;
if (Impl.init) {
Impl.init(obj[implSymbol], privateData);
}
return obj;
};
`;
Expand Down
Loading

0 comments on commit 0f5d2ff

Please sign in to comment.