Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(263)

Unified Diff: pkg/intl/lib/lazy_locale_data.dart

Issue 10915215: Add async initialization for Intl.message and an example (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « pkg/intl/intl_message.dart ('k') | pkg/intl/message_lookup_local.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/intl/lib/lazy_locale_data.dart
===================================================================
--- pkg/intl/lib/lazy_locale_data.dart (revision 12343)
+++ pkg/intl/lib/lazy_locale_data.dart (working copy)
@@ -108,7 +108,6 @@
var data = _reader.read(localeName);
return jsonData(data).transform( (input) {
map[localeName] = _creationFunction(input);});
- return data;
}
/**
« no previous file with comments | « pkg/intl/intl_message.dart ('k') | pkg/intl/message_lookup_local.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698