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

gregdove 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 3f38eaa  Crux: Fix a typo where COMPILE::JS should have been used over 
SWF
     new 44d23ef  Merge pull request #888 from brianraymes/develop
3f38eaa is described below

commit 3f38eaae28fc8babff84c548ab21a3ecd2eb33b0
Author: Brian Raymes <[email protected]>
AuthorDate: Tue Jul 21 10:52:22 2020 -0700

    Crux: Fix a typo where COMPILE::JS should have been used over SWF
---
 .../src/main/royale/org/apache/royale/crux/processors/ViewProcessor.as  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/frameworks/projects/Crux/src/main/royale/org/apache/royale/crux/processors/ViewProcessor.as
 
b/frameworks/projects/Crux/src/main/royale/org/apache/royale/crux/processors/ViewProcessor.as
index a44b49d..37487f8 100644
--- 
a/frameworks/projects/Crux/src/main/royale/org/apache/royale/crux/processors/ViewProcessor.as
+++ 
b/frameworks/projects/Crux/src/main/royale/org/apache/royale/crux/processors/ViewProcessor.as
@@ -128,7 +128,7 @@ package org.apache.royale.crux.processors
                                COMPILE::SWF{
                                        arr = views[ viewType ] as Array;
                                }
-                               COMPILE::SWF{
+                               COMPILE::JS{
                                        arr = views.get(viewType) as Array;
                                }
                                

Reply via email to