Add new classes to SWC
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/fa1a15a0 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/fa1a15a0 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/fa1a15a0 Branch: refs/heads/develop Commit: fa1a15a0c9de9b8c56724730d418d4ceac487d01 Parents: dfa5aaf Author: Alex Harui <aha...@apache.org> Authored: Mon Mar 25 12:39:04 2013 -0700 Committer: Alex Harui <aha...@apache.org> Committed: Mon Mar 25 12:39:04 2013 -0700 ---------------------------------------------------------------------- frameworks/as/src/FlexJSUIClasses.as | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/fa1a15a0/frameworks/as/src/FlexJSUIClasses.as ---------------------------------------------------------------------- diff --git a/frameworks/as/src/FlexJSUIClasses.as b/frameworks/as/src/FlexJSUIClasses.as index 3f62593..015e4df 100644 --- a/frameworks/as/src/FlexJSUIClasses.as +++ b/frameworks/as/src/FlexJSUIClasses.as @@ -41,6 +41,8 @@ internal class FlexJSUIClasses import org.apache.flex.html.staticControls.beads.models.ToggleButtonModel; ToggleButtonModel; import org.apache.flex.html.staticControls.beads.models.ValueToggleButtonModel; ValueToggleButtonModel; import org.apache.flex.html.staticControls.beads.models.ArraySelectionModel; ArraySelectionModel; + import org.apache.flex.events.CustomEvent; CustomEvent; + import org.apache.flex.utils.Timer; Timer; } }