Skip to content

Commit

Permalink
note about this.keys, bump
Browse files Browse the repository at this point in the history
  • Loading branch information
James Halliday committed Jul 20, 2011
1 parent 9fb8e2c commit 1148bc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.markdown
Expand Up @@ -127,6 +127,8 @@ this.before(fn)

Call this function before any of the children are traversed.

You can assign into `this.keys` here to traverse in a custom order.

this.after(fn)
--------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name" : "traverse",
"version" : "0.4.3",
"version" : "0.4.4",
"description" : "Traverse and transform objects by visiting every node on a recursive walk",
"author" : "James Halliday",
"license" : "MIT/X11",
Expand Down

0 comments on commit 1148bc7

Please sign in to comment.