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

Unified Diff: client/touch/Geometry.dart

Issue 8680038: Revert initializing formals change in client code (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 1 month 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 | « client/samples/swarm/DataSource.dart ('k') | client/touch/Scroller.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/touch/Geometry.dart
===================================================================
--- client/touch/Geometry.dart (revision 1822)
+++ client/touch/Geometry.dart (working copy)
@@ -17,7 +17,7 @@
*/
num y;
- Coordinate([num x = 0, num y = 0]) : this.x = x, this.y = y {
+ Coordinate([num this.x = 0, num this.y = 0]) {
}
/**
« no previous file with comments | « client/samples/swarm/DataSource.dart ('k') | client/touch/Scroller.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698