fixed undefined type

This commit is contained in:
Renaud Pawlak 2017-05-03 18:01:55 +02:00
parent 6867013d68
commit f92c33feea
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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