Searched refs:hashRoute (Results 1 – 1 of 1) sorted by relevance
69 const hashRoute = this.getRouteFromHash(); constant70 const newRoute = hashRoute in this.routes ? hashRoute : this.defaultRoute; constant