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

Unified Diff: sky/examples/city-list/city-list.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
« no previous file with comments | « no previous file | sky/examples/city-list/index.sky » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/city-list/city-list.sky
diff --git a/sky/examples/city-list/city-list.sky b/sky/examples/city-list/city-list.sky
index 0162f6c08db21545088bbb498e877a60f956ad63..f2dbdf9c61e0e1247c4f4386419f497fa3dcbeb5 100644
--- a/sky/examples/city-list/city-list.sky
+++ b/sky/examples/city-list/city-list.sky
@@ -3,13 +3,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-->
-<link rel="import"
- href="../../framework/sky-element/sky-element.sky"
- as="SkyElement" />
-<link rel="import" href="city-data-service.sky" as="CityDataService" />
-<link rel="import" href="city-sequence.sky" as="CitySequence" />
+<import src="import" href="../../framework/sky-element/sky-element.sky" as="SkyElement" />
esprehn 2014/11/03 20:19:26 Looks like a bug.
abarth-chromium 2014/11/03 20:25:19 Fixed
+<import src="city-data-service.sky" as="CityDataService" />
+<import src="city-sequence.sky" as="CitySequence" />
-<template>
+<template>
<style>
div {
font-size: 16px;
« no previous file with comments | « no previous file | sky/examples/city-list/index.sky » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698