Skip to content

Commit 784bc18

Browse files
committed
update polymer to 1.11.3
1 parent 12227cf commit 784bc18

File tree

4 files changed

+22
-21
lines changed

4 files changed

+22
-21
lines changed

lib/com/vaadin/polymer/PolymerWidget.java

+1-3
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@
1010
import com.google.gwt.safehtml.shared.SafeHtml;
1111
import com.google.gwt.user.client.ui.HTMLPanel;
1212
import jsinterop.base.Js;
13-
import com.vaadin.polymer.elemental.Function;
14-
import com.vaadin.polymer.elemental.HTMLElement;
1513

1614
public class PolymerWidget extends HTMLPanel {
1715

@@ -105,7 +103,7 @@ public HandlerRegistration addTapHandler(TapHandler handler) {
105103
return addDomHandler(handler, TapEvent.getType());
106104
}
107105

108-
public void ready(Function<?, ?> f) {
106+
public void ready(PolymerFunction<?, ?> f) {
109107
Polymer.ready(getElement(), f);
110108
}
111109

package-lock.json

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gwt-api-generator",
3-
"version": "1.9.3",
3+
"version": "1.11.3",
44
"description": "",
55
"author": "Vaadin Ltd",
66
"license": "Apache License 2.0",

template/pom.template

+3
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,9 @@
114114
<goals>
115115
<goal>jar</goal>
116116
</goals>
117+
<configuration>
118+
<doclint>none</doclint>
119+
</configuration>
117120
</execution>
118121
</executions>
119122
</plugin>

0 commit comments

Comments
 (0)