Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ApplicationInstance#visit to use followRedirects()
The current implementation of `Transition#followRedirects()` is identical to the logic here: it catches rejections, and then checks for any other `activeTransition`. Therefore, this commit introduces no change in behavior. But, if/when tildeio/router.js#335 lands, it will means we can take advantage of that fix for ApplicationInstance#visit.
- Loading branch information