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 5484590 commit bbd092bCopy full SHA for bbd092b
lib/com/vaadin/polymer/Polymer.java
@@ -427,7 +427,7 @@ function done() {
427
function loadPolyfill() {
428
var s = $doc.createElement('script');
429
s.src = @com.vaadin.polymer.Polymer::absoluteHref(*)
430
- ('webcomponentsjs/webcomponents-lite.min.js');
+ ('webcomponentsjs/webcomponents-lite.js');
431
s.onreadystatechange = s.onload = done;
432
$doc.head.appendChild(s);
433
}
0 commit comments