Skip to content

Commit 84ad5ec

Browse files
committed
Minor cleanups
1 parent 9ed3394 commit 84ad5ec

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/main/java/gwt/material/design/amcore/client/Am4Core.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ public class Am4Core {
6060
@JsProperty(namespace = "am4core", name = "Circle")
6161
public static Circle Circle;
6262

63+
@JsProperty(namespace = "am4core", name = "Line")
64+
public static Line Line;
65+
6366
@JsProperty(namespace = "am4core", name = "ease")
6467
public static Ease ease;
6568

src/main/java/gwt/material/design/amcore/client/base/Component.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public class Component extends Container {
3333

3434
@JsProperty
35-
public Object data;
35+
public JavaScriptObject data;
3636

3737
@JsProperty
3838
public IComponentDataFields dataFields;

src/main/resources/gwt/material/design/amcore/client/resources/js/core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)