Index: pkg/unittest/lib/html_config.dart |
diff --git a/pkg/unittest/lib/html_config.dart b/pkg/unittest/lib/html_config.dart |
index 3d87f98a77b9ea89c1cb406646c93778d2ad583d..de727f3d3646868ce3d4fb6d47c0ce29d87a0aa4 100644 |
--- a/pkg/unittest/lib/html_config.dart |
+++ b/pkg/unittest/lib/html_config.dart |
@@ -126,9 +126,6 @@ class HtmlConfiguration extends Configuration { |
void onInit() { |
_installHandlers(); |
- } |
- |
- void onStart() { |
Emily Fortuna
2013/01/07 23:32:25
I assume this means we probably need to do the sam
|
window.postMessage('unittest-suite-wait-for-done', '*'); |
} |