add chainbinding
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/82ef6d54 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/82ef6d54 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/82ef6d54 Branch: refs/heads/develop Commit: 82ef6d541e91c88c29707f17e1dbfb87e4f12d50 Parents: 38a59eb Author: Alex Harui <aha...@apache.org> Authored: Tue Jan 13 10:05:51 2015 -0800 Committer: Alex Harui <aha...@apache.org> Committed: Tue Jan 13 10:05:51 2015 -0800 ---------------------------------------------------------------------- frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/82ef6d54/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as ---------------------------------------------------------------------- diff --git a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as index bdda6ef..f49da88 100644 --- a/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as +++ b/frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as @@ -138,6 +138,7 @@ internal class FlexJSUIClasses import org.apache.flex.core.graphics.GraphicsContainer; GraphicsContainer; import org.apache.flex.core.graphics.LinearGradient; LinearGradient; import org.apache.flex.core.DataBindingBase; DataBindingBase; + import org.apache.flex.binding.ChainBinding; ChainBinding; import org.apache.flex.effects.PlatformWiper; PlatformWiper; import org.apache.flex.events.DragEvent; DragEvent; import org.apache.flex.events.utils.MouseUtils; MouseUtils;