| Index: sky/sdk/lib/framework/animation/mechanics.dart
|
| diff --git a/sky/sdk/lib/framework/animation/mechanics.dart b/sky/sdk/lib/framework/animation/mechanics.dart
|
| index 6a6cc4cad46f7f8c744afe9cd8ac06757e5ba1a8..1a2d10b278689e6bc3da7694585fdb5744aa104e 100644
|
| --- a/sky/sdk/lib/framework/animation/mechanics.dart
|
| +++ b/sky/sdk/lib/framework/animation/mechanics.dart
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +library animation_mechanics;
|
| +
|
| import 'dart:math' as math;
|
|
|
| const double kGravity = -0.980; // m^s-2
|
|
|