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

[2/2] git commit: [flex-asjs] [refs/heads/develop] - Looks like a typo. Modifying org_apache_flex_charts_core_IChart instead of org_apache_flex_charts_core_IChartItemRenderer

Looks like a typo.  Modifying org_apache_flex_charts_core_IChart instead of org_apache_flex_charts_core_IChartItemRenderer


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

Branch: refs/heads/develop
Commit: 65a53cba3d8e1ce0f6871828ecf8453f09c65813
Parents: 6110ce0
Author: OmPrakash Muppirala <bi...@gmail.com>
Authored: Wed Jun 10 15:05:16 2015 -0700
Committer: OmPrakash Muppirala <bi...@gmail.com>
Committed: Wed Jun 10 15:05:16 2015 -0700

----------------------------------------------------------------------
 .../js/src/org/apache/flex/charts/core/IChartItemRenderer.js       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/65a53cba/frameworks/projects/Charts/js/src/org/apache/flex/charts/core/IChartItemRenderer.js
----------------------------------------------------------------------
diff --git a/frameworks/projects/Charts/js/src/org/apache/flex/charts/core/IChartItemRenderer.js b/frameworks/projects/Charts/js/src/org/apache/flex/charts/core/IChartItemRenderer.js
index 6ca280e..d9389d6 100644
--- a/frameworks/projects/Charts/js/src/org/apache/flex/charts/core/IChartItemRenderer.js
+++ b/frameworks/projects/Charts/js/src/org/apache/flex/charts/core/IChartItemRenderer.js
@@ -32,7 +32,7 @@ org_apache_flex_charts_core_IChartItemRenderer = function() {
 };
 
 
-Object.defineProperties(org_apache_flex_charts_core_IChart.prototype, {
+Object.defineProperties(org_apache_flex_charts_core_IChartItemRenderer.prototype, {
     /** @expose */
     xField: {
         get: function() {},