| Index: client/touch/Momentum.dart
|
| diff --git a/client/touch/Momentum.dart b/client/touch/Momentum.dart
|
| index a351e5a23bb9120288c4a81d3a5da1f75e397883..ad6c6738e73d145af7b0e925b30b403e70301e81 100644
|
| --- a/client/touch/Momentum.dart
|
| +++ b/client/touch/Momentum.dart
|
| @@ -23,7 +23,7 @@
|
| * accelerated method such as using 'translate3d' on the element's
|
| * -webkit-transform style property.
|
| */
|
| -interface Momentum factory TimeoutMomentum {
|
| +interface Momentum default TimeoutMomentum {
|
|
|
| Momentum(MomentumDelegate delegate, [num defaultDecelerationFactor]);
|
|
|
|
|