You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by er...@apache.org on 2013/11/06 10:27:46 UTC

git commit: [flex-falcon] [refs/heads/develop] - Switch back to @const JSDoc annotation for the metadata object declaration.

Updated Branches:
  refs/heads/develop e87761e50 -> 7c6525457


Switch back to @const JSDoc annotation for the metadata object declaration.

Signed-off-by: Erik de Bruin <er...@ixsoftware.nl>


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

Branch: refs/heads/develop
Commit: 7c6525457cfcd373c030b49aea53e634252ae92e
Parents: e87761e
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Wed Nov 6 10:27:26 2013 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Wed Nov 6 10:27:26 2013 +0100

----------------------------------------------------------------------
 .../flex/compiler/internal/codegen/js/flexjs/JSFlexJSEmitter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/7c652545/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSEmitter.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSEmitter.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSEmitter.java
index 3f3ad05..49ab7e0 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSEmitter.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/flexjs/JSFlexJSEmitter.java
@@ -950,7 +950,7 @@ public class JSFlexJSEmitter extends JSGoogEmitter implements IJSFlexJSEmitter
                 writeNewline();
                 writeNewline();
                 getDoc().begin();
-                getDoc().emitPublic(null);
+                getDoc().emitConst(null);
                 getDoc().end();
     
                 // a.B.prototype.AFJS_CLASS_INFO = { interfaces: [a.IC, a.ID] };