Chromium Code Reviews| 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; |