| Index: dart/pkg/intl/lib/date_symbols.dart
|
| diff --git a/dart/pkg/intl/lib/date_symbols.dart b/dart/pkg/intl/lib/date_symbols.dart
|
| index acbd9887d3fbd6411c651e7e0b7bb49db678a96f..5c2f8dfa30f666b51ae1ef72c3ff5bdc08df8632 100644
|
| --- a/dart/pkg/intl/lib/date_symbols.dart
|
| +++ b/dart/pkg/intl/lib/date_symbols.dart
|
| @@ -1,7 +1,7 @@
|
| // Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| // for details. All rights reserved. Use of this source code is governed by a
|
| // BSD-style license that can be found in the LICENSE file.
|
| -library date_symbols;
|
| +#library("date_symbols");
|
|
|
| /**
|
| * This holds onto information about how a particular locale formats dates. It
|
|
|