Chromium Code Reviews

Unified Diff: sky/examples/style/toolbar-layout.sky

Issue 845053002: Specs and Docs: minor updates to fix mistakes I found when proof-reading (Closed) Base URL: https://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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « sky/examples/style/sky-core-styles.sky ('k') | sky/specs/parsing.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/style/toolbar-layout.sky
diff --git a/sky/examples/style/toolbar-layout.sky b/sky/examples/style/toolbar-layout.sky
index e290eb22922867db196eba5bbc9a6aa457c0b37a..c806067e528d045fa22fefd71cbd1d3ec71a9273 100644
--- a/sky/examples/style/toolbar-layout.sky
+++ b/sky/examples/style/toolbar-layout.sky
@@ -10,7 +10,7 @@ SKY MODULE
sky.registerLayoutManager('spring', module.exports.SpringLayoutManager);
sky.registerProperty({
name: 'toolbar-spacing',
- type: sky.PositiveLengthStyleValueType,
+ type: sky.PositiveLengthStyleGrammar,
inherits: true,
initialValue: 8,
needsLayout: true,
« no previous file with comments | « sky/examples/style/sky-core-styles.sky ('k') | sky/specs/parsing.md » ('j') | no next file with comments »

Powered by Google App Engine