You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2014/11/21 11:04:00 UTC

git commit: [flex-tlf] [refs/heads/tables] - Change var name again, to keep to existing namimg convention

Repository: flex-tlf
Updated Branches:
  refs/heads/tables a9a1f9e11 -> 741a40a49


Change var name again, to keep to existing namimg convention

Signed-off-by: Erik de Bruin <er...@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/tables
Commit: 741a40a4970d1839b14a500fcad9fa6ba22b9000
Parents: a9a1f9e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 21 11:03:19 2014 +0100
Committer: Erik de Bruin <er...@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)