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 2014/11/21 13:10:32 UTC

[12/17] git commit: [flex-falcon] [refs/heads/develop] - We need 'goog'!

We need 'goog'!

;-)

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/4b722a0d
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/4b722a0d
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/4b722a0d

Branch: refs/heads/develop
Commit: 4b722a0db5b6baa9968e7f79f6cfa35d4b31c636
Parents: 4515e7b
Author: Erik de Bruin <er...@ixsoftware.nl>
Authored: Fri Nov 21 12:08:41 2014 +0100
Committer: Erik de Bruin <er...@ixsoftware.nl>
Committed: Fri Nov 21 12:08:41 2014 +0100

----------------------------------------------------------------------
 .../flex/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/4b722a0d/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
index d6012d0..d86aed2 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/goog/JSGoogEmitterTokens.java
@@ -27,6 +27,7 @@ public enum JSGoogEmitterTokens implements IEmitterTokens
     GOOG_BASE("base"),
     GOOG_BIND("goog.bind"),
     GOOG_CONSTRUCTOR("constructor"),
+    GOOG_GOOG("goog"),
     GOOG_INHERITS("goog.inherits"),
     GOOG_PROVIDE("goog.provide"),
     GOOG_REQUIRE("goog.require"),