Skip to content

Commit 4110815

Browse files
committed
Bugfix: Typo
1 parent 23f0e8c commit 4110815

File tree

1 file changed

+1
-1
lines changed
  • dygraphs-gwt/src/main/java/com/github/timeu/dygraphsgwt/client/gviz

1 file changed

+1
-1
lines changed

Diff for: dygraphs-gwt/src/main/java/com/github/timeu/dygraphsgwt/client/gviz/GVizChart.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ protected GVizChartJs createGVizJso() {
7777
return createNativeGVizJso(getElement());
7878
}
7979

80-
protected final native GVizChartJs createNativeGVizJso(Element element) /*-{
80+
protected final native GVizChartJs createNativeGVizJso(Element container) /*-{
8181
return new $wnd.Dygraph.GVizChart(container);
8282
}-*/;
8383
}

0 commit comments

Comments
 (0)