Repository: flex-asjs Updated Branches: refs/heads/master 550f1c2b9 -> caa9ed54d
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/master Commit: a6eb3868656af69e086ccf147c34414f4375150c Parents: f760bb4 Author: Peter Ent <[email protected]> Authored: Mon Sep 21 11:25:22 2015 -0400 Committer: Peter Ent <[email protected]> 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; } /**
