Skip to content

Commit 8e5cf9d

Browse files
committed
remove outdated comments
1 parent fecd631 commit 8e5cf9d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/index.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -383,10 +383,6 @@ class Router {
383383
let currentRoute = this._currentRoute
384384
let currentTransition = this._currentTransition
385385

386-
// the route only changes when a transition successfully
387-
// reaches activation; we don't need to do anything
388-
// if an ongoing transition is aborted during validation
389-
// phase.
390386
if (currentTransition) {
391387
if (currentTransition.to.path === path) {
392388
// do nothing if we have an active transition going to the same path

0 commit comments

Comments
 (0)