Change var name again, to keep to existing namimg convention

Signed-off-by: Erik de Bruin <e...@ixsoftware.nl>


Project: http://git-wip-us.apache.org/repos/asf/flex-tlf/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-tlf/commit/741a40a4
Tree: http://git-wip-us.apache.org/repos/asf/flex-tlf/tree/741a40a4
Diff: http://git-wip-us.apache.org/repos/asf/flex-tlf/diff/741a40a4

Branch: refs/heads/develop
Commit: 741a40a4970d1839b14a500fcad9fa6ba22b9000
Parents: a9a1f9e
Author: Erik de Bruin <e...@ixsoftware.nl>
Authored: Fri Nov 21 11:03:19 2014 +0100
Committer: Erik de Bruin <e...@ixsoftware.nl>
Committed: Fri Nov 21 11:03:19 2014 +0100

----------------------------------------------------------------------
 textLayout/src/flashx/textLayout/elements/ParagraphElement.as | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-tlf/blob/741a40a4/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 5f7cd09..51b8283 100644
--- a/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
+++ b/textLayout/src/flashx/textLayout/elements/ParagraphElement.as
@@ -222,9 +222,9 @@ package flashx.textLayout.elements
                                return;
                        }
                        var tbs:Vector.<TextBlock> = getTextBlocks();
-                       for each(var tb_:TextBlock in tbs)
+                       for each(var textBlock:TextBlock in tbs)
                        {
-                               releaseTextBlockInternal(tb_);
+                               releaseTextBlockInternal(textBlock);
                        }
                        //_textBlock = null;
                        if (_computedFormat)

Reply via email to