You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@royale.apache.org by ah...@apache.org on 2018/08/09 19:30:32 UTC

[royale-asjs] 08/10: need default descriptor

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

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

commit 569931a3108e7591695202513cedea302c348dfc
Author: Alex Harui <ah...@apache.org>
AuthorDate: Thu Aug 9 12:02:50 2018 -0700

    need default descriptor
---
 frameworks/projects/MXRoyale/src/main/royale/mx/controls/Tree.as | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Tree.as b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Tree.as
index 09726dd..3a8e70d 100644
--- a/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Tree.as
+++ b/frameworks/projects/MXRoyale/src/main/royale/mx/controls/Tree.as
@@ -965,8 +965,7 @@ public class Tree extends List
     /**
      *  @private
      */
-    mx_internal var _dataDescriptor:ITreeDataDescriptor;
-       // new DefaultDataDescriptor();
+    mx_internal var _dataDescriptor:ITreeDataDescriptor = new DefaultDataDescriptor();
 
     [Inspectable(category="Data")]