Index: lib/system/system.dart |
diff --git a/lib/system/system.dart b/lib/system/system.dart |
index c157283a52270406af4b728ed26c8f0483f3d62a..b8bfd7ac9274c23bb1794ffbca2a7537a7256d7e 100644 |
--- a/lib/system/system.dart |
+++ b/lib/system/system.dart |
@@ -85,3 +85,5 @@ external get nativeError; |
// Change execution to [coroutine], passing along [argument]. |
external coroutineChange(coroutine, argument); |
+ |
+const patch = "patch"; |
ahe
2015/12/01 10:12:12
I think this would naturally group with [native] o
sigurdm
2015/12/03 14:48:09
Done.
|