| Index: client/layout/SizingFunctions.dart
|
| ===================================================================
|
| --- client/layout/SizingFunctions.dart (revision 1822)
|
| +++ client/layout/SizingFunctions.dart (working copy)
|
| @@ -39,8 +39,8 @@
|
| // we need to correctly track whether we're content sized during a layout
|
| bool _contentSized;
|
|
|
| - FixedSizing(this.length, [units = 'px'])
|
| - : super(), this.units = units,
|
| + FixedSizing(this.length, [this.units = 'px'])
|
| + : super(),
|
| _contentSized = false {
|
| if (units != 'px' && units != '%') {
|
| // TODO(jmesserly): support other unit types
|
|
|