Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2109)

Unified Diff: sky/examples/city-list/city-list.sky

Issue 845523004: console.error when using unknown attributes in templates. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/examples/widgets/index.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/city-list/city-list.sky
diff --git a/sky/examples/city-list/city-list.sky b/sky/examples/city-list/city-list.sky
index 1d75dc26960019e002d3254eae22e6cb23c1a6fc..e32112a31e35aefbb059aa5681373061805d7397 100644
--- a/sky/examples/city-list/city-list.sky
+++ b/sky/examples/city-list/city-list.sky
@@ -162,7 +162,7 @@ module.exports.CityItemElement = class extends SkyElement {
}
</style>
- <div id="scroller" fit>
+ <div id="scroller">
<div id="scrollarea">
<div id="contentarea">
</div>
« no previous file with comments | « no previous file | sky/examples/widgets/index.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698