| Index: sky/examples/city-list/city-list.sky
|
| diff --git a/sky/examples/city-list/city-list.sky b/sky/examples/city-list/city-list.sky
|
| index 5d57d0b57a944a815cd7a690b494ab0da5e2aac8..a29a3e8117381e903c84bfd41b16c258c3d4c01c 100644
|
| --- a/sky/examples/city-list/city-list.sky
|
| +++ b/sky/examples/city-list/city-list.sky
|
| @@ -7,11 +7,6 @@
|
| <import src="city-data-service.sky" as="CityDataService" />
|
| <import src="city-sequence.sky" as="CitySequence" />
|
|
|
| -<script>
|
| -// TODO(esprehn): exports should start as the empty object.
|
| -module.exports = {};
|
| -</script>
|
| -
|
| <sky-element name="state-header">
|
| <template>
|
| <style>
|
|
|