Chromium Code Reviews| Index: samples/swipe/swipe.dart |
| diff --git a/samples/swipe/swipe.dart b/samples/swipe/swipe.dart |
| index 796aa0c13fe754a55c6a673500fd2100db8728b5..60fbb575fa1eae32355a7f4d5bdc842e3fd44ad5 100644 |
| --- a/samples/swipe/swipe.dart |
| +++ b/samples/swipe/swipe.dart |
| @@ -5,6 +5,7 @@ |
| #library("swipe"); |
| #import('dart:html'); |
| +#import('dart:math', prefix: 'Math'); |
| Element target; |