You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pi...@apache.org on 2020/04/21 08:21:02 UTC

[royale-asjs] branch develop updated: RoutToParameters: Forgot to rename field

This is an automated email from the ASF dual-hosted git repository.

piotrz pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/royale-asjs.git


The following commit(s) were added to refs/heads/develop by this push:
     new 94a8919  RoutToParameters: Forgot to rename field
94a8919 is described below

commit 94a891940c5fae55d91e7ecf49551777c5510a22
Author: Piotr Zarzycki <pi...@gmail.com>
AuthorDate: Tue Apr 21 10:20:49 2020 +0200

    RoutToParameters: Forgot to rename field
---
 .../src/main/royale/org/apache/royale/routing/RouteToParameters.as    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/RouteToParameters.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/RouteToParameters.as
index 2e097c1..8d4d5a8 100644
--- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/RouteToParameters.as
+++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/routing/RouteToParameters.as
@@ -22,7 +22,7 @@ package org.apache.royale.routing
   import org.apache.royale.events.ValueEvent;
   import org.apache.royale.core.IStrand;
   import org.apache.royale.events.Event;
-  
+
   [DefaultProperty("routes")]
   public class RouteToParameters extends Bead
   {
@@ -55,7 +55,7 @@ package org.apache.royale.routing
         trailing = hash.slice(index);
         hash = hash.slice(0,index);
       }
-      ev.value = hash + paramStr + trailing;
+      event.value = hash + paramStr + trailing;
 
     }