From 451e11af6e7d0fce34162e4b9da1e80ea6416006 Mon Sep 17 00:00:00 2001 From: Hans Muller Date: Tue, 29 Sep 2015 12:14:19 -0700 Subject: [PATCH] -straggler- Rename Scrollbehavior release() to createFlingScrollSimulation() --- sky/packages/sky/lib/src/fn3/tabs.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sky/packages/sky/lib/src/fn3/tabs.dart b/sky/packages/sky/lib/src/fn3/tabs.dart index 2739ec6aad2..61718feaba4 100644 --- a/sky/packages/sky/lib/src/fn3/tabs.dart +++ b/sky/packages/sky/lib/src/fn3/tabs.dart @@ -368,7 +368,7 @@ class _TabsScrollBehavior extends BoundedBehavior { bool isScrollable = true; - Simulation release(double position, double velocity) { + Simulation createFlingScrollSimulation(double position, double velocity) { if (!isScrollable) return null;