Repository: flex-asjs Updated Branches: refs/heads/develop 16f3d7225 -> 7ea85fc6b
flash import moved to flash clause Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/7ea85fc6 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/7ea85fc6 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/7ea85fc6 Branch: refs/heads/develop Commit: 7ea85fc6b1815c462efe90532899e8a0808dd277 Parents: 16f3d72 Author: yishayw <[email protected]> Authored: Wed Mar 8 11:46:08 2017 +0200 Committer: yishayw <[email protected]> Committed: Wed Mar 8 11:46:08 2017 +0200 ---------------------------------------------------------------------- .../src/main/flex/org/apache/flex/graphics/beads/BlendBead.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/7ea85fc6/frameworks/projects/Graphics/src/main/flex/org/apache/flex/graphics/beads/BlendBead.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Graphics/src/main/flex/org/apache/flex/graphics/beads/BlendBead.as b/frameworks/projects/Graphics/src/main/flex/org/apache/flex/graphics/beads/BlendBead.as index e45c428..e277fc3 100644 --- a/frameworks/projects/Graphics/src/main/flex/org/apache/flex/graphics/beads/BlendBead.as +++ b/frameworks/projects/Graphics/src/main/flex/org/apache/flex/graphics/beads/BlendBead.as @@ -18,7 +18,6 @@ //////////////////////////////////////////////////////////////////////////////// package org.apache.flex.graphics.beads { - import flash.display.Shader; import org.apache.flex.core.IBead; import org.apache.flex.core.IStrand; @@ -33,6 +32,7 @@ package org.apache.flex.graphics.beads COMPILE::SWF { + import flash.display.Shader; import flash.display.BlendMode; import org.apache.flex.core.IRenderedObject; import org.apache.flex.core.IStyleableObject;
