mirror of
https://github.com/cincheo/jsweet.git
synced 2025-12-15 07:19:22 +00:00
fixed undefined type
This commit is contained in:
parent
6867013d68
commit
f92c33feea
@ -21,7 +21,7 @@ public final class Globals extends def.js.Object {
|
||||
/**
|
||||
* The JavaScript <code>undefined</code> global property.
|
||||
*/
|
||||
public static final Object undefined = null;
|
||||
public static java.lang.Object undefined;
|
||||
|
||||
/**
|
||||
* Accesses the current method arguments (<code>arguments</code> implicit
|
||||
|
||||
@ -21,7 +21,7 @@ public final class Globals {
|
||||
/**
|
||||
* The JavaScript <code>undefined</code> global property.
|
||||
*/
|
||||
public static final Object undefined = null;
|
||||
public static final java.lang.Object undefined = null;
|
||||
|
||||
/**
|
||||
* Accesses the current method arguments (<code>arguments</code> implicit
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user