Repository: flex-asjs Updated Branches: refs/heads/develop ecf727415 -> c9d3c3de0
fix checkintests Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/c9d3c3de Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/c9d3c3de Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/c9d3c3de Branch: refs/heads/develop Commit: c9d3c3de028da1017f85dcbdac7154e7752c05c3 Parents: ecf7274 Author: Alex Harui <[email protected]> Authored: Mon Nov 14 21:52:00 2016 -0800 Committer: Alex Harui <[email protected]> Committed: Mon Nov 14 21:52:00 2016 -0800 ---------------------------------------------------------------------- .../projects/HTML/src/main/flex/org/apache/flex/core/UIBase.as | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/c9d3c3de/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/UIBase.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/UIBase.as b/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/UIBase.as index 5ed9623..617e440 100644 --- a/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/UIBase.as +++ b/frameworks/projects/HTML/src/main/flex/org/apache/flex/core/UIBase.as @@ -1338,6 +1338,10 @@ package org.apache.flex.core return element; } + /** + * @return The actual element to be parented. + * @flexjsignorecoercion org.apache.flex.core.WrappedHTMLElement + */ COMPILE::JS protected function createElement():WrappedHTMLElement {
