| Index: client/touch/Momentum.dart
|
| diff --git a/client/touch/Momentum.dart b/client/touch/Momentum.dart
|
| index 9f0e8153f93ab2167b168a7b4ed65ae456138986..140a571c1c5df3d95e12cb5f0d4994357db87067 100644
|
| --- a/client/touch/Momentum.dart
|
| +++ b/client/touch/Momentum.dart
|
| @@ -73,10 +73,9 @@ interface Momentum factory TimeoutMomentum {
|
| interface MomentumDelegate {
|
| /**
|
| * Callback for a deceleration step. The delegate is responsible for redrawing
|
| - * the element in its new position specified in px. The [duration] of the
|
| - * translation is in ms.
|
| + * the element in its new position specified in px.
|
| */
|
| - void onDecelerate(num x, num y, [num duration, String timingFunction]);
|
| + void onDecelerate(num x, num y);
|
|
|
| /**
|
| * Callback for end of deceleration.
|
|
|