Skip to content

Commit

Permalink
Merge pull request remix-run#819 from SLonoed/master
Browse files Browse the repository at this point in the history
Remove info about "transition.wait"
  • Loading branch information
gaearon committed Feb 11, 2015
2 parents 20723e5 + 32f67de commit 911073a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/api/misc/transition.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,5 @@ Retries a transition. Typically you save off a transition you care to
return to, finish the workflow, then retry. This does not create a new
entry in the browser history.

### `wait(promise)`

Will pause the transition until the promise resolves.

[transition-hooks]:/docs/api/components/RouteHandler.md#static-lifecycle-methods

0 comments on commit 911073a

Please sign in to comment.