Repository: flex-asjs Updated Branches: refs/heads/refactor-sprite a107df0bf -> a47e05f14
Add flexjs wrapper GraphicShape Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/a47e05f1 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/a47e05f1 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/a47e05f1 Branch: refs/heads/refactor-sprite Commit: a47e05f140e21d8aa043e52ff5a80e0c38d0bb26 Parents: a107df0 Author: yishayw <[email protected]> Authored: Sun Aug 21 15:59:03 2016 +0300 Committer: yishayw <[email protected]> Committed: Sun Aug 21 15:59:03 2016 +0300 ---------------------------------------------------------------------- .../Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/a47e05f1/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as b/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as index 4d113a4..2578cbb 100644 --- a/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as +++ b/frameworks/projects/Graphics/src/main/flex/org/apache/flex/svg/GraphicShape.as @@ -40,6 +40,7 @@ package org.apache.flex.svg override protected function createElement():IFlexJSElement { element = new WrappedSprite(); + element.flexjs_wrapper = this; return element; }
