| Index: dart/pkg/intl/lib/number_symbols.dart
|
| diff --git a/dart/pkg/intl/lib/number_symbols.dart b/dart/pkg/intl/lib/number_symbols.dart
|
| index 6b2e61662f196a30dfd410d250d5e4700252fc83..2d513629d0aa377553a50f46bee43945d1940ded 100644
|
| --- a/dart/pkg/intl/lib/number_symbols.dart
|
| +++ b/dart/pkg/intl/lib/number_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 number_symbols;
|
| +#library("number_symbols");
|
|
|
| /**
|
| * This holds onto information about how a particular locale formats numbers. It
|
|
|