| 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,
|
|
|