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

Unified Diff: sky/examples/scrolling/scrolling.sky

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 | « sky/examples/data/stocks.dart ('k') | sky/examples/stocks-fn/companylist.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/scrolling/scrolling.sky
diff --git a/sky/examples/scrolling/scrolling.sky b/sky/examples/scrolling/scrolling.sky
index 4220b02592ec7092bd4c94a9e8edccae4eef8d4e..3442d7a4421591763155f5ce10e179168f1b6987 100644
--- a/sky/examples/scrolling/scrolling.sky
+++ b/sky/examples/scrolling/scrolling.sky
@@ -5,7 +5,6 @@
-->
<import src="/sky/framework/sky-element.sky" />
<import src="/sky/framework/sky-scrollable.sky" />
-<import src="../data/cities.sky" as="cities" />
<sky-element>
<template>
@@ -20,6 +19,7 @@
</template>
<script>
import "dart:sky";
+import "../data/cities.dart" as cities;
@Tagname('scrolling')
class Scrolling extends SkyElement {
« no previous file with comments | « sky/examples/data/stocks.dart ('k') | sky/examples/stocks-fn/companylist.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698