Browse Source

verify Fixed dart-start's tests

Mike Smith 11 years ago
parent
commit
effa8d09e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      dart-start/server.dart

+ 1 - 1
dart-start/server.dart

@@ -50,7 +50,7 @@ class World {
 
   World(this.id, this.randomnumber);
 
-  toJson() => { "id": id, "randomnumber": randomnumber };
+  toJson() => { "id": id, "randomNumber": randomnumber };
 }
 
 main(List<String> args) {