Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Apr 26, 2024
1 parent ff075f9 commit 3a426bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/happy-dom/src/nodes/document/Document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,7 @@ export default class Document extends Node {
/**
* Returns true if the command is supported.
* @deprecated
* @param _ Command.
* @param _ Command.
* @returns True if the command is supported, false otherwise.
*/
public queryCommandSupported(_: string): boolean {
Expand Down

0 comments on commit 3a426bd

Please sign in to comment.