Index: lib/src/utils.dart |
diff --git a/lib/src/utils.dart b/lib/src/utils.dart |
index b8ceb89cd29ba632938cc9bacbcf5a80eeb1da51..61a33ec245332f0119716cdd9651f2ae18c651ff 100644 |
--- a/lib/src/utils.dart |
+++ b/lib/src/utils.dart |
@@ -2,7 +2,7 @@ |
// 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 utils; |
+library web_components.utils; |
Siggi Cherem (dart-lang)
2012/12/07 19:31:46
apparently now it is an error to import 2 librarie
Jennifer Messerly
2012/12/07 20:31:57
We should follow up on that.
fwiw, I think this sh
Siggi Cherem (dart-lang)
2012/12/18 03:10:00
Done.
|
import 'dart:isolate'; |
import 'package:web_components/src/messages.dart'; |