Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(923)

Unified Diff: samples/swipe/swipe.dart

Issue 10829459: Deprecate Math object in corelib in favor of dart:math library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698