| Index: pkg/observe/lib/src/compound_binding.dart
|
| diff --git a/pkg/observe/lib/src/compound_binding.dart b/pkg/observe/lib/src/compound_binding.dart
|
| index 925cff58f60e636fffecac4822c484d58be68b1f..94db67a84df3b1e4de661772e80292cdb498740f 100644
|
| --- a/pkg/observe/lib/src/compound_binding.dart
|
| +++ b/pkg/observe/lib/src/compound_binding.dart
|
| @@ -43,7 +43,7 @@ class CompoundBinding extends ChangeNotifierBase {
|
| */
|
| // TODO(jmesserly): I don't like having this public, is the optimization
|
| // really needed? "runAsync" in Dart should be pretty cheap.
|
| - bool scheduled;
|
| + bool scheduled = false;
|
|
|
| /**
|
| * Creates a new CompoundBinding, optionally proving the [combinator] function
|
|
|