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

Unified Diff: samples/swarm/App.dart

Issue 10919146: Get rid of a lot of () for getters. (Closed) Base URL: https://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 | « samples/spirodraw/ColorPicker.dart ('k') | samples/swarm/BiIterator.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 11e4a429816fbc00e01d8645948fdfa32a3bb2f5..46a4679a1208a45d047ede6b1cead5086a7b6a83 100644
--- a/samples/swarm/App.dart
+++ b/samples/swarm/App.dart
@@ -87,7 +87,7 @@ class App {
}
/** Returns true if we are running as a packaged application. */
- static bool get isPackaged() {
+ static bool get isPackaged {
return window.location.protocol == 'chrome-extension:';
}
« no previous file with comments | « samples/spirodraw/ColorPicker.dart ('k') | samples/swarm/BiIterator.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698