Skip to content

Commit

Permalink
style(app, home): changes due lint warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecasar committed Jun 9, 2017
1 parent 9ec30a0 commit 395d8a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/polymerday-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,8 @@ <h1 main-title><img src$="[[rootPath]]images/logo-polymerday-white.svg" alt="Pol
return !localStorage.getItem('cookies-policy-accepted');
},
},
importPath: String,
localize: Function,
};
}

Expand Down
7 changes: 7 additions & 0 deletions src/polymerday-home.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,13 @@ <h1 class="logo"><img src$="[[importPath]]../images/logo-polymerday-color.svg" a
return 'polymerday-home';
}

static get properties() {
return {
importPath: String,
localize: Function,
};
}

}

window.customElements.define(PolymerdayHome.is, PolymerdayHome);
Expand Down

0 comments on commit 395d8a4

Please sign in to comment.