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

[royale-asjs] branch develop updated: Removing static initialization

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

yishayw 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 f89f6dc  Removing static initialization
     new 142718f  Merge branch 'develop' of https://github.com/apache/royale-asjs into develop
f89f6dc is described below

commit f89f6dcc1771b74206ce1afae7b09a956b0a5d87
Author: Yishay Weiss <yi...@hotmail.com>
AuthorDate: Wed Dec 2 09:54:58 2020 +0000

    Removing static initialization
---
 .../src/main/royale/mx/controls/treeClasses/DefaultDataDescriptor.as    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/treeClasses/DefaultDataDescriptor.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/treeClasses/DefaultDataDescriptor.as
index 71ae2f6..26f1921 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/treeClasses/DefaultDataDescriptor.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/treeClasses/DefaultDataDescriptor.as
@@ -684,7 +684,7 @@ public class DefaultDataDescriptor implements ITreeDataDescriptor2 , IMenuDataDe
 	/**
 	 *  @private
 	 */
-	private var _dataDescriptor:IMenuDataDescriptor = new DefaultDataDescriptor;
+	private var _dataDescriptor:IMenuDataDescriptor;
 	
 	/**
 	 *  The object that accesses and manipulates data in the data provider.