Repository: flex-falcon Updated Branches: refs/heads/develop 7676cf9c7 -> f11724087
add one more JS identifier to the list Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/f1172408 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/f1172408 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/f1172408 Branch: refs/heads/develop Commit: f11724087c9e565d7ca1dbf135c808321d89bae3 Parents: 7676cf9 Author: Alex Harui <[email protected]> Authored: Tue Mar 28 21:05:10 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Tue Mar 28 21:05:10 2017 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/flex/compiler/utils/NativeUtils.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/f1172408/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java ---------------------------------------------------------------------- diff --git a/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java b/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java index 4582a54..4969a3d 100644 --- a/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java +++ b/compiler-jx/src/main/java/org/apache/flex/compiler/utils/NativeUtils.java @@ -88,6 +88,7 @@ public class NativeUtils { // (erikdebruin) Ref.: https://cwiki.apache.org/confluence/display/FLEX/Full+Table + NaN("NaN"), Event("Event"), Array("Array"), Float32Array("Float32Array"),
