| Index: dart/pkg/intl/lib/message_lookup_local.dart
|
| diff --git a/dart/pkg/intl/lib/message_lookup_local.dart b/dart/pkg/intl/lib/message_lookup_local.dart
|
| index 9c62fb33f4bf3b387338933eeff39a2cc1dbe7a9..1871c87925097450a594788a390bd9a157fa24b6 100644
|
| --- a/dart/pkg/intl/lib/message_lookup_local.dart
|
| +++ b/dart/pkg/intl/lib/message_lookup_local.dart
|
| @@ -13,11 +13,11 @@
|
| */
|
| //TODO(efortuna): documentation example involving the offset parameter?
|
|
|
| -library message_lookup_local;
|
| +#library('message_lookup_local');
|
|
|
| -import 'intl.dart';
|
| -import 'src/intl_helpers.dart';
|
| -import 'dart:mirrors';
|
| +#import('intl.dart');
|
| +#import('src/intl_helpers.dart');
|
| +#import('dart:mirrors');
|
|
|
| /**
|
| * Initialize the user messages for [localeName]. Note that this is an ASYNC
|
|
|