Removed what appears to be a typo, causing warning in GCC
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/6714cff2 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/6714cff2 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/6714cff2 Branch: refs/heads/feature/chart-work Commit: 6714cff23da1a4be108a7093013f052691df70be Parents: bea3e94 Author: greg-dove <[email protected]> Authored: Mon Mar 27 08:45:40 2017 +1300 Committer: greg-dove <[email protected]> Committed: Mon Mar 27 08:45:40 2017 +1300 ---------------------------------------------------------------------- .../projects/HTML/src/main/flex/org/apache/flex/html/Form.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/6714cff2/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 2093e40..f50fdf9 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 @@ -56,7 +56,7 @@ package org.apache.flex.html */ COMPILE::JS override protected function createElement():WrappedHTMLElement - {HTMLFormElement + { element = document.createElement('form') as WrappedHTMLElement; positioner = element;
