Remove unused ready from <my-app>.

This commit is contained in:
Russell Bicknell 2018-05-09 11:56:20 -07:00
parent e83316f12b
commit c22c74b433

View File

@ -123,10 +123,6 @@ class MyApp extends PolymerElement {
};
}
ready() {
super.ready();
}
static get observers() {
return [
'_routePageChanged(routeData.page)'