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

Unified Diff: samples/swarm/App.dart

Issue 10544076: Changes to run Swarm from the Editor and to suppress warnings. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Clean up a constructor Created 8 years, 6 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 | « no previous file | samples/swarm/DataSource.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/swarm/App.dart
diff --git a/samples/swarm/App.dart b/samples/swarm/App.dart
index 95eadb8629a6da333d54426478e5d615aa464944..11e4a429816fbc00e01d8645948fdfa32a3bb2f5 100644
--- a/samples/swarm/App.dart
+++ b/samples/swarm/App.dart
@@ -101,7 +101,7 @@ class App {
// * How do we authenticate against the server?
// * How do we talk to a server other than thump?
assert(url.startsWith('/'));
- return 'http://thump.googleplex.com' + url;
+ return 'http://thump.googleplex.com$url';
} else {
return url;
}
« no previous file with comments | « no previous file | samples/swarm/DataSource.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698