Skip to content

Commit bbd092b

Browse files
committed
reference the correct webcomponentsjs file
1 parent 5484590 commit bbd092b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/com/vaadin/polymer/Polymer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ function done() {
427427
function loadPolyfill() {
428428
var s = $doc.createElement('script');
429429
s.src = @com.vaadin.polymer.Polymer::absoluteHref(*)
430-
('webcomponentsjs/webcomponents-lite.min.js');
430+
('webcomponentsjs/webcomponents-lite.js');
431431
s.onreadystatechange = s.onload = done;
432432
$doc.head.appendChild(s);
433433
}

0 commit comments

Comments
 (0)