Skip to content

Commit

Permalink
capricorn86#666@patch: Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mas0nShi committed Dec 1, 2022
1 parent fb56a0e commit a9ff5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/happy-dom/src/nodes/document/Document.ts
Expand Up @@ -68,7 +68,7 @@ export default class Document extends Node implements IDocument {

protected _isFirstWrite = true;
protected _isFirstWriteAfterOpen = false;

private _selection: Selection = null;

// Events
Expand Down

0 comments on commit a9ff5f8

Please sign in to comment.