mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Merge branch 'master' into 3.0-preview
This commit is contained in:
@@ -25,13 +25,6 @@ class MyView404 extends PolymerElement {
|
||||
}
|
||||
|
||||
static get is() { return 'my-view404'; }
|
||||
static get properties() {
|
||||
return {
|
||||
// This shouldn't be neccessary, but the Analyzer isn't picking up
|
||||
// Polymer.Element#rootPath
|
||||
rootPath: String,
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
window.customElements.define(MyView404.is, MyView404);
|
||||
|
||||
Reference in New Issue
Block a user