Updated Branches: refs/heads/develop 3c0898535 -> f54a79bc2
Change getter to have different name than property so that asdocs / ant docs in release works. Method is not used. Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/f54a79bc Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/f54a79bc Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/f54a79bc Branch: refs/heads/develop Commit: f54a79bc2abe1a223c764eb3da493be0cc8f8266 Parents: 3c08985 Author: Justin Mclean <[email protected]> Authored: Sat Apr 6 14:10:19 2013 +1100 Committer: Justin Mclean <[email protected]> Committed: Sat Apr 6 14:10:19 2013 +1100 ---------------------------------------------------------------------- .../flashx/textLayout/elements/ParagraphElement.as | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/f54a79bc/textLayout/src/flashx/textLayout/elements/ParagraphElement.as ---------------------------------------------------------------------- diff --git a/textLayout/src/flashx/textLayout/elements/ParagraphElement.as b/textLayout/src/flashx/textLayout/elements/ParagraphElement.as index 30e3f20..f58e1d4 100644 --- a/textLayout/src/flashx/textLayout/elements/ParagraphElement.as +++ b/textLayout/src/flashx/textLayout/elements/ParagraphElement.as @@ -95,7 +95,7 @@ package flashx.textLayout.elements _terminatorSpan = null; _interactiveChildrenCount = 0 ; } - tlf_internal function get _interactiveChildrenCount():int + tlf_internal function get interactiveChildrenCount():int { return _interactiveChildrenCount; }
