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

Unified 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, 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | sky/examples/data/cities.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/data/cities.dart
diff --git a/sky/examples/data/cities.sky b/sky/examples/data/cities.dart
similarity index 99%
rename from sky/examples/data/cities.sky
rename to sky/examples/data/cities.dart
index f1bf499c18098afc2c89f70a26e59bd0bfdcc73e..f63b7fc2dfb20acceec4aea466d0a890ce4f082d 100644
--- a/sky/examples/data/cities.sky
+++ b/sky/examples/data/cities.dart
@@ -1,9 +1,7 @@
-<!--
// Copyright 2014 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
--->
-<script>
+
final List<Map> kData = [
{"name":"New York","state":"New York","population":8363710},
{"name":"Los Angeles","state":"California","population":3833995},
@@ -5005,4 +5003,3 @@ final List<Map> kData = [
{"name":"Hartwell","state":"Georgia","population":4298},
{"name":"Newport","state":"North Carolina","population":4298}
];
-</script>
« 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