mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Remove unused ready
from <my-app>.
This commit is contained in:
parent
e83316f12b
commit
c22c74b433
@ -123,10 +123,6 @@ class MyApp extends PolymerElement {
|
||||
};
|
||||
}
|
||||
|
||||
ready() {
|
||||
super.ready();
|
||||
}
|
||||
|
||||
static get observers() {
|
||||
return [
|
||||
'_routePageChanged(routeData.page)'
|
||||
|
Loading…
Reference in New Issue
Block a user