| Index: samples/newissues/newissues.dart
|
| diff --git a/samples/newissues/newissues.dart b/samples/newissues/newissues.dart
|
| index 5c0ef64734cd9a1972d35e144cff2b3d11f191a1..cd4afbcc187e43780a16d9b344812c9c29569071 100644
|
| --- a/samples/newissues/newissues.dart
|
| +++ b/samples/newissues/newissues.dart
|
| @@ -2,8 +2,8 @@
|
| // 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.
|
|
|
| -#import('dart:html');
|
| -#import('dart:json');
|
| +import 'dart:html';
|
| +import 'dart:json';
|
|
|
| /// Issue wraps JSON structure that describes a bug.
|
| class Issue {
|
|
|