From 111a25a569b307dfad5f2f35984dcecbd1dfffd3 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Thu, 12 Mar 2015 09:40:43 -0700 Subject: [PATCH] Rename fling-curve.dart to fling_curve.dart We're using underscores as word separators per Dart style. TBR=eseidel@chromium.org Review URL: https://codereview.chromium.org/998373002 --- framework/animation/{fling-curve.dart => fling_curve.dart} | 0 framework/components/fixed_height_scrollable.dart | 2 +- framework/elements/sky-scrollable.sky | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename framework/animation/{fling-curve.dart => fling_curve.dart} (100%) diff --git a/framework/animation/fling-curve.dart b/framework/animation/fling_curve.dart similarity index 100% rename from framework/animation/fling-curve.dart rename to framework/animation/fling_curve.dart diff --git a/framework/components/fixed_height_scrollable.dart b/framework/components/fixed_height_scrollable.dart index 6706513277a..a3b789e78fb 100644 --- a/framework/components/fixed_height_scrollable.dart +++ b/framework/components/fixed_height_scrollable.dart @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -import '../animation/fling-curve.dart'; +import '../animation/fling_curve.dart'; import '../fn.dart'; import 'dart:sky' as sky; diff --git a/framework/elements/sky-scrollable.sky b/framework/elements/sky-scrollable.sky index 30b43f806f0..b8e9c9bb77f 100644 --- a/framework/elements/sky-scrollable.sky +++ b/framework/elements/sky-scrollable.sky @@ -37,7 +37,7 @@