You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by gr...@apache.org on 2016/09/29 21:34:59 UTC

git commit: [flex-falcon] [refs/heads/develop] - Add Error to js natives

Repository: flex-falcon
Updated Branches:
  refs/heads/develop e9a7ccfbd -> 05672812b


Add Error to js natives


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

Branch: refs/heads/develop
Commit: 05672812b81f9080307f14f57339aa1a06f4aa63
Parents: e9a7ccf
Author: greg-dove <gr...@gmail.com>
Authored: Fri Sep 30 10:34:51 2016 +1300
Committer: greg-dove <gr...@gmail.com>
Committed: Fri Sep 30 10:34:51 2016 +1300

----------------------------------------------------------------------
 .../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/05672812/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 acc1126..c389a10 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
@@ -91,6 +91,7 @@ public class NativeUtils
         Array("Array"),
         Date("Date"),
         Math("Math"),
+        Error("Error"),
         Boolean("Boolean"),
         decodeURI("decodeURI"),
         decodeURIComponent("decodeURIComponent"),