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

Unified Diff: sky/framework/elements/sky-ink-splash.sky

Issue 1022613002: Remove custom elements examples, they are no longer maintained (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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
Index: sky/framework/elements/sky-ink-splash.sky
diff --git a/sky/framework/elements/sky-ink-splash.sky b/sky/framework/elements/sky-ink-splash.sky
index 2cd8e613381a274062d3f54cc98e5180571b4776..6a2ab6db87f8267adf775fb27e006814927355db 100644
--- a/sky/framework/elements/sky-ink-splash.sky
+++ b/sky/framework/elements/sky-ink-splash.sky
@@ -31,9 +31,9 @@
<div id="splash" />
</template>
<script>
-import "../animation/controller.dart";
import "../animation/curves.dart";
-import "../animation/timer.dart";
+import "animation/controller.dart";
+import "animation/timer.dart";
import "dart:math" as math;
import "dart:sky";
import "dart:async";

Powered by Google App Engine
This is Rietveld 408576698