| Index: pkg/observe/lib/src/list_path_observer.dart
|
| diff --git a/pkg/observe/lib/src/list_path_observer.dart b/pkg/observe/lib/src/list_path_observer.dart
|
| index f882e12ce361ec27e421b28f4121a8fb052560ac..e67f9d3f87e1c99e1c05f8326b10a569ba0bbe90 100644
|
| --- a/pkg/observe/lib/src/list_path_observer.dart
|
| +++ b/pkg/observe/lib/src/list_path_observer.dart
|
| @@ -2,7 +2,10 @@
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| -part of observe;
|
| +library observe.src.list_path_observer;
|
| +
|
| +import 'dart:async';
|
| +import 'package:observe/observe.dart';
|
|
|
| // Inspired by ArrayReduction at:
|
| // https://raw.github.com/rafaelw/ChangeSummary/master/util/array_reduction.js
|
|
|