Skip to content

Commit

Permalink
Merge pull request #244 from annevk/patch-2
Browse files Browse the repository at this point in the history
sync with DOM
  • Loading branch information
Ms2ger committed Jul 9, 2013
2 parents 4571618 + 28bb8cc commit 82aba0e
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 @@ -334,7 +334,7 @@
void setStartAfter(Node refNode);
void setEndBefore(Node refNode);
void setEndAfter(Node refNode);
void collapse(boolean toStart);
void collapse(optional boolean toStart = false);
void selectNode(Node refNode);
void selectNodeContents(Node refNode);

Expand Down

0 comments on commit 82aba0e

Please sign in to comment.