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

Unified Diff: sky/examples/fn/widgets/widgets.dart

Issue 976363003: Remove duplicate copy of fling-curve.dart in fn (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « sky/examples/fn/widgets/flingcurve.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/examples/fn/widgets/widgets.dart
diff --git a/sky/examples/fn/widgets/widgets.dart b/sky/examples/fn/widgets/widgets.dart
index 2bc1900bc222852c37fe4390f063c82bc2a4de46..a8a8b0a72f77612b586c3205de41f950c5d8b826 100644
--- a/sky/examples/fn/widgets/widgets.dart
+++ b/sky/examples/fn/widgets/widgets.dart
@@ -1,6 +1,7 @@
library widgets;
import '../lib/fn.dart';
+import '../../../framework/fling-curve.dart';
import 'dart:collection';
import 'dart:async';
import 'dart:math' as math;
@@ -14,7 +15,6 @@ part 'checkbox.dart';
part 'drawer.dart';
part 'drawerheader.dart';
part 'fixedheightscrollable.dart';
-part 'flingcurve.dart';
part 'icon.dart';
part 'inksplash.dart';
part 'material.dart';
« no previous file with comments | « sky/examples/fn/widgets/flingcurve.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698