Daniel Kurka has submitted this change and it was merged.

Change subject: JsRootScope contained typo in literal
......................................................................


JsRootScope contained typo in literal

fixes issue 8123

Change-Id: Ia301464078cd57ba91234cdc886644bcdf3973e9
---
M dev/core/src/com/google/gwt/dev/js/ast/JsRootScope.java
1 file changed, 1 insertion(+), 1 deletion(-)

Approvals:
  Leeroy Jenkins: Verified
  Thomas Broyer: Looks good to me, approved



diff --git a/dev/core/src/com/google/gwt/dev/js/ast/JsRootScope.java b/dev/core/src/com/google/gwt/dev/js/ast/JsRootScope.java
index 11df9f1..b214d78 100644
--- a/dev/core/src/com/google/gwt/dev/js/ast/JsRootScope.java
+++ b/dev/core/src/com/google/gwt/dev/js/ast/JsRootScope.java
@@ -49,7 +49,7 @@
       "eval",
       "parseInt",
       "parseFloat",
-      "isNan",
+      "isNaN",
       "isFinite",

       // 15.1.3 URI Handling Function Properties

--
To view, visit https://gwt-review.googlesource.com/2972
To unsubscribe, visit https://gwt-review.googlesource.com/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: Ia301464078cd57ba91234cdc886644bcdf3973e9
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <danku...@google.com>
Gerrit-Reviewer: Daniel Kurka <danku...@google.com>
Gerrit-Reviewer: Leeroy Jenkins <jenk...@gwtproject.org>
Gerrit-Reviewer: Thomas Broyer <t.bro...@gmail.com>

--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
--- You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit-contributors+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to