Daniel Kurka has uploaded a new change for review.

  https://gwt-review.googlesource.com/2972


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(-)



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: newchange
Gerrit-Change-Id: Ia301464078cd57ba91234cdc886644bcdf3973e9
Gerrit-PatchSet: 1
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Daniel Kurka <[email protected]>

--
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to