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 2015/11/26 19:14:44 UTC

[03/12] git commit: [flex-asjs] [refs/heads/core_js_to_as] - need these classes in here, not in manifest

need these classes in here, not in manifest


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

Branch: refs/heads/core_js_to_as
Commit: f41a0605c3187ea76cd506b631a5584ded583cbf
Parents: 384c071
Author: Alex Harui <ah...@apache.org>
Authored: Sat Nov 14 21:40:22 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Nov 20 21:33:44 2015 -0800

----------------------------------------------------------------------
 frameworks/projects/HTML/as/src/HTMLClasses.as | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/f41a0605/frameworks/projects/HTML/as/src/HTMLClasses.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/as/src/HTMLClasses.as b/frameworks/projects/HTML/as/src/HTMLClasses.as
index b863088..a924b17 100644
--- a/frameworks/projects/HTML/as/src/HTMLClasses.as
+++ b/frameworks/projects/HTML/as/src/HTMLClasses.as
@@ -163,7 +163,12 @@ internal class HTMLClasses
     import org.apache.flex.html.beads.TitleBarView; TitleBarView;
     import org.apache.flex.html.beads.TitleBarMeasurementBead; TitleBarMeasurementBead;
 
-
+	COMPILE::AS3
+	{
+		import org.apache.flex.html.beads.HRuleView; HRuleView;
+		import org.apache.flex.html.beads.VRuleView; VRuleView;
+		import org.apache.flex.html.beads.MultilineTextFieldView; MultilineTextFieldView;
+	}
 }
 
 }