| Index: samples/third_party/todomvc/web/elements/td_todos.dart
|
| diff --git a/samples/third_party/todomvc/web/elements/td_todos.dart b/samples/third_party/todomvc/web/elements/td_todos.dart
|
| index f0ac23832b22911afb002fc9b4c93cb7aaf668f1..17db5d7d60edf2cf086b5b9b0e97cc4fe9029092 100644
|
| --- a/samples/third_party/todomvc/web/elements/td_todos.dart
|
| +++ b/samples/third_party/todomvc/web/elements/td_todos.dart
|
| @@ -57,5 +57,5 @@ class TodoList extends PolymerElement {
|
|
|
| // TODO(jmesserly): workaround for HTML Imports not setting correct baseURI
|
| String get baseUri =>
|
| - declaration.element.ownerDocument == document ? '../' : '';
|
| + element.element.ownerDocument == document ? '../' : '';
|
| }
|
|
|