Commit 4d90194e authored by Ian Hickson's avatar Ian Hickson

Ticker typedef had no defined return type

parent 3af3b236
......@@ -6,7 +6,7 @@ import 'dart:async';
import 'scheduler.dart';
typedef TickerCallback(Duration elapsed);
typedef void TickerCallback(Duration elapsed);
/// Calls its callback once per animation frame.
class Ticker {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment