| Index: samples/third_party/todomvc/web/lib-elements/polymer_selection.html
|
| diff --git a/samples/third_party/todomvc/web/lib-elements/polymer_selection.html b/samples/third_party/todomvc/web/lib-elements/polymer_selection.html
|
| deleted file mode 100644
|
| index 6383412b3b3539b2e45f03847a9005c8f34b9b1d..0000000000000000000000000000000000000000
|
| --- a/samples/third_party/todomvc/web/lib-elements/polymer_selection.html
|
| +++ /dev/null
|
| @@ -1,17 +0,0 @@
|
| -<!--
|
| -Copyright 2013 The Polymer Authors. All rights reserved.
|
| -Use of this source code is governed by a BSD-style
|
| -license that can be found in the LICENSE file.
|
| --->
|
| -<polymer-element name="polymer-selection">
|
| - <template>
|
| - <style>
|
| - @host {
|
| - * {
|
| - display: none !important;
|
| - }
|
| - }
|
| - </style>
|
| - </template>
|
| - <script type="application/dart" src="polymer_selection.dart"></script>
|
| -</polymer-element>
|
|
|