| Index: tools/dom/tools/dummy.dart
|
| diff --git a/samples/hi/hi.dart b/tools/dom/tools/dummy.dart
|
| similarity index 79%
|
| copy from samples/hi/hi.dart
|
| copy to tools/dom/tools/dummy.dart
|
| index 2ce0f41f920cf65027111390b2f071231db16638..b4e73e6de46819b8afa7990d53f4e225e3fecc74 100644
|
| --- a/samples/hi/hi.dart
|
| +++ b/tools/dom/tools/dummy.dart
|
| @@ -2,10 +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 hi;
|
| -
|
| import 'dart:html';
|
|
|
| -main() {
|
| - query('#status').text = 'Hi, Dart';
|
| -}
|
| +// Dummy client code
|
| +class ClientCode {}
|
|
|