| Index: samples/belay/buzzer/static/Index.dart
|
| diff --git a/samples/belay/buzzer/static/Index.dart b/samples/belay/buzzer/static/Index.dart
|
| index f026477b46a32df676a48c7454837fc5e295237b..3946b02da0e4e521afaab12f886a41fe25406fbc 100644
|
| --- a/samples/belay/buzzer/static/Index.dart
|
| +++ b/samples/belay/buzzer/static/Index.dart
|
| @@ -3,8 +3,8 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| #library('Index');
|
| +#import('dart:html');
|
| #import('../../../../client/base/base.dart');
|
| -#import('../../../../client/html/html.dart');
|
| #import('../../bcap/bcap.dart');
|
| #import('../../bcap/bcap_client.dart');
|
|
|
|
|