Skip to content

Commit

Permalink
Update the default value of the importNode argument.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ms2ger committed Jan 15, 2014
1 parent 722829d commit 759db76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dom/interfaces.html
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ <h1>DOM IDL tests</h1>
[NewObject] Comment createComment(DOMString data);
[NewObject] ProcessingInstruction createProcessingInstruction(DOMString target, DOMString data);

Node importNode(Node node, optional boolean deep = true);
Node importNode(Node node, optional boolean deep = false);
Node adoptNode(Node node);

[NewObject] Event createEvent(DOMString interface);
Expand Down

0 comments on commit 759db76

Please sign in to comment.