You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2017/04/11 16:00:54 UTC

[29/44] git commit: [flex-asjs] [refs/heads/develop] - Changed Form component to use Container instead of ContainerBase.

Changed Form component to use Container instead of ContainerBase.


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

Branch: refs/heads/develop
Commit: b71b02f21f16bd42ca8258e3e1a1de74923b1389
Parents: b67636a
Author: Peter Ent <pe...@apache.org>
Authored: Thu Apr 6 05:58:40 2017 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Thu Apr 6 05:58:40 2017 -0400

----------------------------------------------------------------------
 .../projects/HTML/src/main/flex/org/apache/flex/html/Form.as     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/b71b02f2/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as
index f50fdf9..96fe42a 100644
--- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as
+++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/html/Form.as
@@ -18,7 +18,7 @@
 ////////////////////////////////////////////////////////////////////////////////
 package org.apache.flex.html
 {
-    import org.apache.flex.core.ContainerBase;
+    import org.apache.flex.html.Container;
 
     COMPILE::JS
     {
@@ -36,7 +36,7 @@ package org.apache.flex.html
      *  @playerversion AIR 2.6
      *  @productversion FlexJS 0.0
      */
-    public class Form extends ContainerBase
+    public class Form extends Container
 	{
         /**
          *  Constructor.