| 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
|
| index 609ced39ded902980f4e5807a8fae2a154996f5d..1213b43bb92722fff79ca01cbe4d26eac22658c0 100644
|
| --- a/samples/third_party/todomvc/web/lib-elements/polymer-selection.html
|
| +++ b/samples/third_party/todomvc/web/lib-elements/polymer-selection.html
|
| @@ -67,6 +67,7 @@ license that can be found in the LICENSE file.
|
| * @param {Object} detail.item the item element
|
| */
|
| -->
|
| +<link rel="import" href="../packages/polymer/polymer.html">
|
| <polymer-element name="polymer-selection" attributes="multi">
|
| <template>
|
| <style>
|
|
|