Commit f32b3234 authored by Eric Seidel's avatar Eric Seidel

Rename view-configuration to view_configuration to make analyzer happy.

Analyzer was complaining about '-' not being an allowed character
in dart file names.

R=jamesr@chromium.org
parent d12f84c8
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
import 'package:sky/framework/components/popup_menu.dart'; import 'package:sky/framework/components/popup_menu.dart';
import 'package:sky/framework/fn.dart'; import 'package:sky/framework/fn.dart';
import 'package:sky/framework/theme/view-configuration.dart'; import 'package:sky/framework/theme/view_configuration.dart';
class StockMenu extends Component { class StockMenu extends Component {
static final Style _style = new Style(''' static final Style _style = new Style('''
......
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