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 <piotrzarzyck...@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;
 
     }
 

Reply via email to