diff --git a/src/my-view404.js b/src/my-view404.js index f4a97e2a..f27ce704 100644 --- a/src/my-view404.js +++ b/src/my-view404.js @@ -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);