Repository: flex-asjs
Updated Branches:
  refs/heads/develop 406ace6f8 -> 123210c3e


Simple change to get chart code working with new separation of element and 
positioner concept.


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

Branch: refs/heads/develop
Commit: 123210c3ed8497b48638da794e26e724769883eb
Parents: 406ace6
Author: Peter Ent <p...@apache.org>
Authored: Fri Jan 23 10:43:25 2015 -0500
Committer: Peter Ent <p...@apache.org>
Committed: Fri Jan 23 10:43:25 2015 -0500

----------------------------------------------------------------------
 .../js/FlexJS/src/org/apache/flex/core/graphics/GraphicShape.js     | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/123210c3/frameworks/js/FlexJS/src/org/apache/flex/core/graphics/GraphicShape.js
----------------------------------------------------------------------
diff --git 
a/frameworks/js/FlexJS/src/org/apache/flex/core/graphics/GraphicShape.js 
b/frameworks/js/FlexJS/src/org/apache/flex/core/graphics/GraphicShape.js
index cf58278..2707d80 100644
--- a/frameworks/js/FlexJS/src/org/apache/flex/core/graphics/GraphicShape.js
+++ b/frameworks/js/FlexJS/src/org/apache/flex/core/graphics/GraphicShape.js
@@ -72,6 +72,7 @@ org.apache.flex.core.graphics.GraphicShape = function() {
   this.element.offsetLeft = 0;
   this.element.offsetTop = 0;
   this.element.offsetParent = null;
+  this.positioner = this.element;
 };
 goog.inherits(org.apache.flex.core.graphics.GraphicShape,
     org.apache.flex.core.UIBase);

Reply via email to