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/04/09 01:05:09 UTC

[03/18] git commit: [flex-falcon] [refs/heads/develop] - add DEFINE_PROPERTIES

add DEFINE_PROPERTIES


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

Branch: refs/heads/develop
Commit: 1ac7cf4614969d11be2ac884dc8707cfc5c149a3
Parents: 1562c8c
Author: Alex Harui <ah...@apache.org>
Authored: Tue Mar 24 22:44:10 2015 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Tue Mar 24 22:44:10 2015 -0700

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


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/1ac7cf46/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/JSEmitterTokens.java
----------------------------------------------------------------------
diff --git a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/JSEmitterTokens.java b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/JSEmitterTokens.java
index f12049a..ab8d079 100644
--- a/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/JSEmitterTokens.java
+++ b/compiler.jx/src/org/apache/flex/compiler/internal/codegen/js/JSEmitterTokens.java
@@ -27,6 +27,7 @@ public enum JSEmitterTokens implements IEmitterTokens
     CONFIGURABLE("configurable"),
     CONSTRUCTOR("constructor"),
     DEFINE_PROPERTY("defineProperty"),
+    DEFINE_PROPERTIES("defineProperties"),
     INTERFACE("interface"),
     PROTOTYPE("prototype"),
     SLICE("slice");