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

Unified Diff: lib/src/resource_loader.dart

Issue 2666013004: Address a number of open issues. (Closed)
Patch Set: Close the parenthesis. Created 3 years, 11 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 | « lib/src/resolve.dart ('k') | pubspec.yaml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/resource_loader.dart
diff --git a/lib/src/resource_loader.dart b/lib/src/resource_loader.dart
index 3e0c78cb3cbd35a30f1eb75040a96b8d09e43f48..cdc8e77a6514871e9601794fff6d503bcfbbcb8a 100644
--- a/lib/src/resource_loader.dart
+++ b/lib/src/resource_loader.dart
@@ -6,8 +6,8 @@ import "dart:async" show Future, Stream;
import "dart:convert" show Encoding;
import "package_loader.dart";
import "io_none.dart"
- if (dart.library.io) "io_io.dart"
if (dart.library.html) "io_html.dart"
+ if (dart.library.io) "io_io.dart"
as io;
/// Resource loading strategy.
« no previous file with comments | « lib/src/resolve.dart ('k') | pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698