We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5972e2 commit 34c45e3Copy full SHA for 34c45e3
gwt-core/src/main/java/org/gwtproject/core/client/JsDate.java
@@ -21,7 +21,7 @@
21
22
/** A simple wrapper around a native JS Date object. */
23
@Deprecated
24
-@JsType(isNative = true, namespace = JsPackage.GLOBAL)
+@JsType(isNative = true, name = "Date", namespace = JsPackage.GLOBAL)
25
public class JsDate extends JavaScriptObject {
26
27
/** Creates a new date with the current time. */
0 commit comments