manolo / gwt-polymer-elements

Polymer Web Components for GWT. A collection of Material Design widgets for desktop and mobile.
Apache License 2.0
155 stars 49 forks source link

Polymer.importHref called return ok function twice #138

Closed happyhua closed 6 years ago

happyhua commented 7 years ago

Polymer.importHref called return ok function twice.

Polymer.importHref("iron-icons/iron-icons.html", new Function<Void, Object>() { public Void call(Object arg) { // Do a log here, you will see that it is logged twice. return null; } }

manolo commented 7 years ago

any browser?

manolo commented 6 years ago

Fixed