Skip to content
This repository was archived by the owner on Sep 7, 2022. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion polymer-2-app/src/my-app.html
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
return;
}
// If no page was found in the route data, page will be an empty string.
// Deault to 'slot-view' in that case.
// Default to 'slot-view' in that case.
this.page = page || 'slot-view';
// Close a non-persistent drawer when the page & route are changed.
if (!this.$.drawer.persistent) {
Expand Down