You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by pu...@apache.org on 2018/10/04 09:02:43 UTC

[royale-asjs] branch develop updated: Update ListBase.as

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

pushminakazi 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 31264be  Update ListBase.as
31264be is described below

commit 31264bec60e6afa9e666458933789969dbaac111
Author: pashminakazi <42...@users.noreply.github.com>
AuthorDate: Thu Oct 4 14:02:30 2018 +0500

    Update ListBase.as
---
 .../MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
index d6ecb6a..d5b1ede 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/listClasses/ListBase.as
@@ -90,6 +90,12 @@ use namespace mx_internal;
 	public class ListBase extends ScrollControlBase implements IContainerBaseStrandChildrenHost, IContainer, ILayoutParent, ILayoutView
 	{  //extends UIComponent
 	
+	
+	
+	public function get value():Object
+	{
+	   return null;
+	}
         //----------------------------------
         //  dragEnabled
         //----------------------------------