You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pe...@apache.org on 2015/09/21 17:25:28 UTC

git commit: [flex-asjs] [refs/heads/develop] - Fixed a small, but critical, typo.

Repository: flex-asjs
Updated Branches:
  refs/heads/develop f760bb42f -> a6eb38686


Fixed a small, but critical, typo.


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

Branch: refs/heads/develop
Commit: a6eb3868656af69e086ccf147c34414f4375150c
Parents: f760bb4
Author: Peter Ent <pe...@apache.org>
Authored: Mon Sep 21 11:25:22 2015 -0400
Committer: Peter Ent <pe...@apache.org>
Committed: Mon Sep 21 11:25:22 2015 -0400

----------------------------------------------------------------------
 .../HTML/as/src/org/apache/flex/html/beads/ContainerView.as        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a6eb3868/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
index f71a4ef..69f0a05 100644
--- a/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
+++ b/frameworks/projects/HTML/as/src/org/apache/flex/html/beads/ContainerView.as
@@ -180,7 +180,7 @@ package org.apache.flex.html.beads
 		 */
 		public function get numElements():int
 		{
-			return contentView.numElements();
+			return contentView.numElements;
 		}
 		
 		/**