Skip to content

Commit

Permalink
note about stopHere for update() in the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jun 11, 2011
1 parent 1d31897 commit 18f3e27
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -102,11 +102,14 @@ this.circular
If the node equals one of its parents, the `circular` attribute is set to the
context of that parent and the traversal progresses no deeper.

this.update(value)
------------------
this.update(value, stopHere=false)
----------------------------------

Set a new value for the present node.

All the elements in `value` will be recursively traversed unless `stopHere` is
true.

this.remove()
-------------

Expand Down

0 comments on commit 18f3e27

Please sign in to comment.