| Index: third_party/pkg/js/example/jsonp/jsonp.html
|
| diff --git a/samples/jsonp/web/index.html b/third_party/pkg/js/example/jsonp/jsonp.html
|
| similarity index 65%
|
| copy from samples/jsonp/web/index.html
|
| copy to third_party/pkg/js/example/jsonp/jsonp.html
|
| index 5102571b4f37ed1e213d7d38c806e13c34254807..01ac62b00ebc4d8d7b9498092f1e2b99b8f11ca2 100644
|
| --- a/samples/jsonp/web/index.html
|
| +++ b/third_party/pkg/js/example/jsonp/jsonp.html
|
| @@ -1,10 +1,4 @@
|
| <!DOCTYPE html>
|
| -
|
| -<!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
| - 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.
|
| --->
|
| -
|
| <html>
|
| <head>
|
| <meta charset="utf-8">
|
| @@ -21,7 +15,7 @@
|
| <tbody></tbody>
|
| </table>
|
| </div>
|
| - <script type="application/dart" src="index.dart"></script>
|
| + <script type="application/dart" src="jsonp.dart"></script>
|
| <script src="packages/browser/dart.js"></script>
|
| <script src="packages/browser/interop.js"></script>
|
| </body>
|
|
|