Index: lib/system/system.dart |
diff --git a/lib/system/system.dart b/lib/system/system.dart |
index c157283a52270406af4b728ed26c8f0483f3d62a..e3ef4f4634d0551de2d6c8abb7ec3dc40a951525 100644 |
--- a/lib/system/system.dart |
+++ b/lib/system/system.dart |
@@ -85,3 +85,9 @@ external get nativeError; |
// Change execution to [coroutine], passing along [argument]. |
external coroutineChange(coroutine, argument); |
+ |
+class Patch { |
ahe
2015/11/17 16:44:08
What is this class for?
sigurdm
2015/11/19 14:33:46
I first wanted to make a patch class, decided not
|
+ const Patch(); |
+} |
+ |
+const patch = "patch"; |