| Index: samples/third_party/todomvc/web/model.dart
|
| diff --git a/samples/third_party/todomvc/web/model.dart b/samples/third_party/todomvc/web/model.dart
|
| index 3e7f52cc87fb097e902e14108dcd21e456144bfb..9268328333a2020ee28c8afefe86c2b0cf535064 100644
|
| --- a/samples/third_party/todomvc/web/model.dart
|
| +++ b/samples/third_party/todomvc/web/model.dart
|
| @@ -2,7 +2,7 @@
|
| // 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.
|
|
|
| -library model;
|
| +library todomvc.web.model;
|
|
|
| import 'package:polymer/polymer.dart';
|
|
|
|
|