You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2015/12/18 08:35:21 UTC

[5/5] git commit: [flex-asjs] [refs/heads/develop] - asdoc didn't like the curly braces here

asdoc didn't like the curly braces here


Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/e4ad1c15
Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/e4ad1c15
Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/e4ad1c15

Branch: refs/heads/develop
Commit: e4ad1c157ae942090caffc414c46c8160d76fc7f
Parents: 53e4380
Author: Alex Harui <ah...@apache.org>
Authored: Thu Dec 17 13:53:13 2015 -0800
Committer: Alex Harui <ah...@apache.org>
Committed: Thu Dec 17 23:35:12 2015 -0800

----------------------------------------------------------------------
 .../Core/as/src/org/apache/flex/core/IFlexJSElement.as         | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/e4ad1c15/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexJSElement.as
----------------------------------------------------------------------
diff --git a/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexJSElement.as b/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexJSElement.as
index cfc670a..ae0cdb1 100644
--- a/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexJSElement.as
+++ b/frameworks/projects/Core/as/src/org/apache/flex/core/IFlexJSElement.as
@@ -1,11 +1,9 @@
 package org.apache.flex.core
 {
     COMPILE::AS3
+    public interface IFlexJSElement
     {
-        public interface IFlexJSElement
-        {
-            
-        }
+        
     }
 
 	COMPILE::JS