| Index: sky/examples/data/cities.sky
|
| diff --git a/sky/examples/data/cities.sky b/sky/examples/data/cities.sky
|
| index 32b8bfedcf694fee62df8880abc21f0d7fe2b522..f1bf499c18098afc2c89f70a26e59bd0bfdcc73e 100644
|
| --- a/sky/examples/data/cities.sky
|
| +++ b/sky/examples/data/cities.sky
|
| @@ -4,7 +4,7 @@
|
| // found in the LICENSE file.
|
| -->
|
| <script>
|
| -module.exports = [
|
| +final List<Map> kData = [
|
| {"name":"New York","state":"New York","population":8363710},
|
| {"name":"Los Angeles","state":"California","population":3833995},
|
| {"name":"Chicago","state":"Illinois","population":2853114},
|
|
|