| Index: samples/ui_lib/touch/Momentum.dart
|
| ===================================================================
|
| --- samples/ui_lib/touch/Momentum.dart (revision 12252)
|
| +++ samples/ui_lib/touch/Momentum.dart (working copy)
|
| @@ -70,7 +70,7 @@
|
| * You are required to implement this interface in order to use the
|
| * Momentum behavior.
|
| */
|
| -interface MomentumDelegate {
|
| +abstract class MomentumDelegate {
|
| /**
|
| * Callback for a deceleration step. The delegate is responsible for redrawing
|
| * the element in its new position specified in px.
|
|
|