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

Unified Diff: sky/framework/elements/sky-scrollable.sky

Issue 998373002: Rename fling-curve.dart to fling_curve.dart (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
« no previous file with comments | « sky/framework/components/fixed_height_scrollable.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/framework/elements/sky-scrollable.sky
diff --git a/sky/framework/elements/sky-scrollable.sky b/sky/framework/elements/sky-scrollable.sky
index 30b43f806f0e54e9122738110689d3758767e8ed..b8e9c9bb77fcab43412ac3ce81ff2364aca8b7e9 100644
--- a/sky/framework/elements/sky-scrollable.sky
+++ b/sky/framework/elements/sky-scrollable.sky
@@ -37,7 +37,7 @@
<script>
import "dart:math" as math;
import "dart:sky";
-import "../animation/fling-curve.dart";
+import "../animation/fling_curve.dart";
import "../theme/view-configuration.dart" as config;
@Tagname('sky-scrollable')
« no previous file with comments | « sky/framework/components/fixed_height_scrollable.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698