Author: jmclean
Date: Thu Dec 6 20:09:15 2012
New Revision: 1418050
URL: http://svn.apache.org/viewvc?rev=1418050&view=rev
Log:
getter named the same as private property was causing asdocs to fail
Modified:
incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
Modified:
incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
URL:
http://svn.apache.org/viewvc/incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ParagraphElement.as?rev=1418050&r1=1418049&r2=1418050&view=diff
==============================================================================
---
incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
(original)
+++
incubator/flex/tlf/branches/3.0/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
Thu Dec 6 20:09:15 2012
@@ -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;
}