Skip to content

Commit

Permalink
Change getter to have different name than property so that asdocs / a…
Browse files Browse the repository at this point in the history
…nt docs in release works. Method is not used.
  • Loading branch information
justinmclean committed Apr 6, 2013
1 parent 3c08985 commit f54a79b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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;
}
Expand Down

0 comments on commit f54a79b

Please sign in to comment.