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

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

commit dff5dd59742fa65cdf06d81e7d5225f77d9fb8da
Author: Alex Harui <[email protected]>
AuthorDate: Fri Sep 21 15:21:13 2018 -0700

    set source from constructor
---
 .../MXRoyale/src/main/royale/mx/collections/ArrayCollection.as        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ArrayCollection.as
 
b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ArrayCollection.as
index 14892e5..1b9e543 100644
--- 
a/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ArrayCollection.as
+++ 
b/frameworks/projects/MXRoyale/src/main/royale/mx/collections/ArrayCollection.as
@@ -97,9 +97,9 @@ public class ArrayCollection extends ListCollectionView 
//implements IExternaliz
      */
     public function ArrayCollection(source:Array = null)
     {
-        /*super();
+        super();
 
-        this.source = source;*/
+        this.source = source;
     }
 
     
//--------------------------------------------------------------------------

Reply via email to