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

Unified Diff: sky/examples/city-list/index.sky

Issue 694423002: Replace <link rel="import"> with <import> (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
Index: sky/examples/city-list/index.sky
diff --git a/sky/examples/city-list/index.sky b/sky/examples/city-list/index.sky
index 766ac8b6706b9606c9e96b32f702ad05c2261043..26e51444f6de0e5d7b54a894b0f06804fdef4a36 100644
--- a/sky/examples/city-list/index.sky
+++ b/sky/examples/city-list/index.sky
@@ -9,7 +9,7 @@
<meta charset="utf-8">
<meta name="viewport"
content="initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=yes, width=device-width">
-<link rel="import" href="city-list.sky" />
+<import src="city-list.sky" />
<style>
html, body {
margin: 0;

Powered by Google App Engine
This is Rietveld 408576698