| Index: sky/examples/widgets/sector.dart
|
| diff --git a/sky/examples/widgets/sector.dart b/sky/examples/widgets/sector.dart
|
| index e8beeaf8b15e26cd6170e33704853d3c25858a10..bea64af8d3f7f6b8228e9646205dac4cf8094b69 100644
|
| --- a/sky/examples/widgets/sector.dart
|
| +++ b/sky/examples/widgets/sector.dart
|
| @@ -137,7 +137,7 @@ class SectorApp extends App {
|
| }
|
|
|
| void main() {
|
| - App app = new SectorApp();
|
| + runApp(new SectorApp());
|
| WidgetAppView.appView.onFrame = () {
|
| // uncomment this for debugging:
|
| // WidgetAppView.appView.debugDumpRenderTree();
|
|
|