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
This commit is contained in:
Adam Barth 2015-03-12 09:40:43 -07:00
parent deb2f1b757
commit 111a25a569
3 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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')