Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Side by Side Diff: sky/examples/data/cities.dart

Issue 980953002: stocks and stocks-fn should share the stocks data (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | sky/examples/data/cities.sky » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!--
2 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
3 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
4 // found in the LICENSE file. 3 // found in the LICENSE file.
5 --> 4
6 <script>
7 final List<Map> kData = [ 5 final List<Map> kData = [
8 {"name":"New York","state":"New York","population":8363710}, 6 {"name":"New York","state":"New York","population":8363710},
9 {"name":"Los Angeles","state":"California","population":3833995}, 7 {"name":"Los Angeles","state":"California","population":3833995},
10 {"name":"Chicago","state":"Illinois","population":2853114}, 8 {"name":"Chicago","state":"Illinois","population":2853114},
11 {"name":"Houston","state":"Texas","population":2242193}, 9 {"name":"Houston","state":"Texas","population":2242193},
12 {"name":"Phoenix","state":"Arizona","population":1567924}, 10 {"name":"Phoenix","state":"Arizona","population":1567924},
13 {"name":"Philadelphia","state":"Pennsylvania","population":1447395}, 11 {"name":"Philadelphia","state":"Pennsylvania","population":1447395},
14 {"name":"San Antonio","state":"Texas","population":1351305}, 12 {"name":"San Antonio","state":"Texas","population":1351305},
15 {"name":"Dallas","state":"Texas","population":1279910}, 13 {"name":"Dallas","state":"Texas","population":1279910},
16 {"name":"San Diego","state":"California","population":1279329}, 14 {"name":"San Diego","state":"California","population":1279329},
(...skipping 4981 matching lines...) Expand 10 before | Expand all | Expand 10 after
4998 {"name":"Chelsea","state":"Alabama","population":4303}, 4996 {"name":"Chelsea","state":"Alabama","population":4303},
4999 {"name":"Blanchester","state":"Ohio","population":4303}, 4997 {"name":"Blanchester","state":"Ohio","population":4303},
5000 {"name":"Waverly","state":"New York","population":4303}, 4998 {"name":"Waverly","state":"New York","population":4303},
5001 {"name":"Wolverine Lake","state":"Michigan","population":4303}, 4999 {"name":"Wolverine Lake","state":"Michigan","population":4303},
5002 {"name":"Jersey Shore","state":"Pennsylvania","population":4302}, 5000 {"name":"Jersey Shore","state":"Pennsylvania","population":4302},
5003 {"name":"Kenneth City","state":"Florida","population":4300}, 5001 {"name":"Kenneth City","state":"Florida","population":4300},
5004 {"name":"Jenkintown","state":"Pennsylvania","population":4299}, 5002 {"name":"Jenkintown","state":"Pennsylvania","population":4299},
5005 {"name":"Hartwell","state":"Georgia","population":4298}, 5003 {"name":"Hartwell","state":"Georgia","population":4298},
5006 {"name":"Newport","state":"North Carolina","population":4298} 5004 {"name":"Newport","state":"North Carolina","population":4298}
5007 ]; 5005 ];
5008 </script>
OLDNEW
« no previous file with comments | « no previous file | sky/examples/data/cities.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698