You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/05/16 16:48:35 UTC

[6/8] git commit: [flex-asjs] [refs/heads/release0.8.0] - fix metadata in CreateJS View

fix metadata in CreateJS View


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/8cab6a10
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/8cab6a10
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/8cab6a10

Branch: refs/heads/release0.8.0
Commit: 8cab6a10be29f1e0c38abe0af2c2c5d27c368def
Parents: 6a9345a
Author: Alex Harui <ah...@apache.org>
Authored: Tue May 16 08:52:07 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue May 16 09:47:40 2017 -0700

----------------------------------------------------------------------
 .../CreateJS/src/main/flex/org/apache/flex/createjs/core/View.as | 4 ++++
 1 file changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/8cab6a10/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/View.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/View.as b/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/View.as
index 1515fc8..548a32f 100644
--- a/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/View.as
+++ b/frameworks/projects/CreateJS/src/main/flex/org/apache/flex/createjs/core/View.as
@@ -73,6 +73,10 @@ package org.apache.flex.createjs.core
 		// nothing different for the SWF version
 	}
 	
+	[Event(name="initComplete", type="org.apache.flex.events.Event")]
+	
+	[DefaultProperty("mxmlContent")]
+	
 	COMPILE::JS
 	public class View extends UIBase implements IPopUpHost, IApplicationView, IContainer
 	{