Comparing version 6.1.3 to 6.1.4
@@ -183,3 +183,3 @@ 'use strict'; | ||
var transition = this.activeTransition; | ||
if (!transition.isCausedByAbortingTransition) { | ||
if (transition !== undefined && !transition.isCausedByAbortingTransition) { | ||
transition = new _transition2.default(this, undefined, undefined); | ||
@@ -186,0 +186,0 @@ transition.from = transition.from; |
@@ -131,3 +131,3 @@ import RouteRecognizer from 'route-recognizer'; | ||
let transition = this.activeTransition; | ||
if (!transition.isCausedByAbortingTransition) { | ||
if (transition !== undefined && !transition.isCausedByAbortingTransition) { | ||
transition = new InternalTransition(this, undefined, undefined); | ||
@@ -134,0 +134,0 @@ transition.from = transition.from; |
{ | ||
"name": "router_js", | ||
"version": "6.1.3", | ||
"version": "6.1.4", | ||
"description": | ||
@@ -5,0 +5,0 @@ "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
372678