Open wdkuc opened 6 years ago
Review status: 0 of 1 files reviewed at latest revision, 1 unresolved discussion.
lib/com/vaadin/polymer/Polymer.java, line 51 at r1 (raw file):
*/ @JsProperty(namespace = JsPackage.GLOBAL) public static native void setWebcomponentsJsLocation(String s);
Any reason for publishing this variable in window scope? I think just a static string in this class might be enough
Comments from Reviewable
Review status: 0 of 1 files reviewed at latest revision, 2 unresolved discussions.
lib/com/vaadin/polymer/Polymer.java, line 67 at r1 (raw file):
} if(getWebcomponentsJsLocation() == null) { setWebcomponentsJsLocation("webcomponentsjs/webcomponents-lite.min.js");
shouldn't it be webcomponents-lite.js
instead ?
Comments from Reviewable
in my other PR i renamed the file, since the webcomponents-lite.min.js
is not there anymore.
This change is