Index: lib/isolate/isolate_runtime.dart |
diff --git a/samples/dartcombat/dartcombatlib.dart b/lib/isolate/isolate_runtime.dart |
similarity index 56% |
copy from samples/dartcombat/dartcombatlib.dart |
copy to lib/isolate/isolate_runtime.dart |
index bc8a3471ecc57c4f1663179a9f0f4b26f726c4b8..439f571764e0471fbe2db6bdddb440b1dff8a30b 100644 |
--- a/samples/dartcombat/dartcombatlib.dart |
+++ b/lib/isolate/isolate_runtime.dart |
@@ -2,12 +2,9 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-#library('dartcombatlib'); |
eub
2012/02/21 23:43:18
What the heck was this? :)
Siggi Cherem (dart-lang)
2012/02/21 23:54:22
Most likely this was git trying to be smart, and f
|
+// TODO(sigmund): convert this into a normal library code once we move isolates |
+// out of the vm's bootstrap. |
-#import('dart:html'); |
+// #library("dart:isolate"); |
+// #import("isolate_api.dart"); |
-#source('setup.dart'); |
-#source('grids.dart'); |
-#source('player.dart'); |
-#source('state.dart'); |
-#source('views.dart'); |