Repository: flex-asjs Updated Branches: refs/heads/tlf 06f47590c -> 1907015f8
We need âasâ here Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/1907015f Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/1907015f Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/1907015f Branch: refs/heads/tlf Commit: 1907015f8965f7594b8138eb7b588e35c37d48c3 Parents: 06f4759 Author: Added floor to binary search <[email protected]> Authored: Sun Jun 18 13:55:19 2017 +0300 Committer: Added floor to binary search <[email protected]> Committed: Sun Jun 18 13:55:19 2017 +0300 ---------------------------------------------------------------------- .../org/apache/flex/textLayout/elements/ParagraphElement.as | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/1907015f/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/elements/ParagraphElement.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/elements/ParagraphElement.as b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/elements/ParagraphElement.as index 74e1c26..04e7cd5 100644 --- a/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/elements/ParagraphElement.as +++ b/frameworks/projects/TLF/src/main/flex/org/apache/flex/textLayout/elements/ParagraphElement.as @@ -357,7 +357,10 @@ package org.apache.flex.textLayout.elements } } - /** @private */ + /** + * @private + * @flexjsemitcoercion org.apache.flex.text.engine.GroupElement + */ public override function createContentAsGroup(pos:int=0):GroupElement { var tb:ITextBlock = getTextBlockAtPosition(pos);
