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

Unified Diff: sky/examples/data/cities.sky

Issue 950603002: Port sky-scrollable to Dart (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: less setAttributes 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 | « sky/engine/core/html/parser/HTMLDocumentParser.cpp ('k') | sky/examples/example-scrollable.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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},
« no previous file with comments | « sky/engine/core/html/parser/HTMLDocumentParser.cpp ('k') | sky/examples/example-scrollable.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698