fix(build): Resolve Dart analyzer issues with the Dart dev channel

Closes #8316
This commit is contained in:
Vikram Subramanian
2016-04-28 12:03:13 -07:00
committed by vikerman
parent 0700c8a252
commit ac55e1e27b
13 changed files with 4 additions and 16 deletions

View File

@ -9,8 +9,7 @@ import "package:angular2/testing_internal.dart"
expect,
beforeEach,
beforeEachProviders,
SpyObject,
proxy;
SpyObject;
import "package:angular2/src/web_workers/debug_tools/web_socket_message_bus.dart";
import "dart:html" show WebSocket, MessageEvent;
import "./message_bus_common.dart";