Skip to content

Commit

Permalink
Revert Node#clone() type
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 13, 2023
1 parent 548bc94 commit c42e20b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/node.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ declare abstract class Node_ {
*
* @return Duplicate of the node instance.
*/
clone(overrides?: object): Node_
clone(overrides?: object): this

/**
* Shortcut to clone the node and insert the resulting cloned node
Expand Down

0 comments on commit c42e20b

Please sign in to comment.