From 890c9313ff1fe5936ca4c4f1a149c43e4b67ea58 Mon Sep 17 00:00:00 2001 From: Antonio Mika Date: Mon, 17 Oct 2022 12:17:52 -0400 Subject: [PATCH] Added full route identifiers --- templates/routes.tmpl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/routes.tmpl b/templates/routes.tmpl index 636c717..088d2f1 100644 --- a/templates/routes.tmpl +++ b/templates/routes.tmpl @@ -46,8 +46,8 @@ - - + + @@ -66,6 +66,7 @@ var Route = function(clientData, routeType, routeName, routeData, disconnectType) { this.clientData = clientData; + this.fullName = routeName; this.data = routeData; this.type = routeType; this.name = routeName;