| Index: samples-dev/swarm/test/swarm_ui_lib/touch/touch_test.dart
|
| diff --git a/samples-dev/swarm/test/swarm_ui_lib/touch/touch_test.dart b/samples-dev/swarm/test/swarm_ui_lib/touch/touch_test.dart
|
| index 41405ca45b9da4d120a32e28d6fced2c04d76b77..1bd34369bfb728e34b97957df0365ff8a796165f 100644
|
| --- a/samples-dev/swarm/test/swarm_ui_lib/touch/touch_test.dart
|
| +++ b/samples-dev/swarm/test/swarm_ui_lib/touch/touch_test.dart
|
| @@ -5,7 +5,7 @@
|
| library touchTests;
|
|
|
| import 'dart:html'; // TODO(rnystrom): Only needed to tell architecture.py
|
| - // that this is a web test. Come up with cleaner solution.
|
| +// that this is a web test. Come up with cleaner solution.
|
| import 'package:unittest/html_config.dart';
|
| import 'package:unittest/unittest.dart';
|
| import '../../../swarm_ui_lib/touch/touch.dart';
|
| @@ -39,8 +39,8 @@ class TestMomentumDelegate {
|
| Function onDecelerationEndCallback;
|
|
|
| void onDecelerate(num x, num y,
|
| - [num duration = 0, String timingFunction = null]) {
|
| - onDecelerateCallback(x, y, duration, timingFunction);
|
| + [num duration = 0, String timingFunction = null]) {
|
| + onDecelerateCallback(x, y, duration, timingFunction);
|
| }
|
|
|
| /**
|
|
|