re-enable IFlexInfo
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/30a08a85 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/30a08a85 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/30a08a85 Branch: refs/heads/core_js_to_as Commit: 30a08a85b5747f179868af8eb17abed5285379f9 Parents: 48baa49 Author: Alex Harui <[email protected]> Authored: Thu Sep 17 10:08:26 2015 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Sep 17 10:08:26 2015 -0700 ---------------------------------------------------------------------- frameworks/projects/Core/as/src/org/apache/flex/core/IFlexInfo.as | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/30a08a85/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexInfo.as ---------------------------------------------------------------------- diff --git a/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexInfo.as b/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexInfo.as index d55afbe..e89da6f 100644 --- a/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexInfo.as +++ b/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexInfo.as @@ -28,7 +28,6 @@ package org.apache.flex.core * @playerversion AIR 2.6 * @productversion FlexJS 0.0 */ - COMPILE::AS3 public interface IFlexInfo { /**
