| Index: third_party/pkg/js/example/jsonp/jsonp.html
|
| ===================================================================
|
| --- third_party/pkg/js/example/jsonp/jsonp.html (revision 33054)
|
| +++ third_party/pkg/js/example/jsonp/jsonp.html (working copy)
|
| @@ -1,22 +0,0 @@
|
| -<!DOCTYPE html>
|
| -<html>
|
| -<head>
|
| - <meta charset="utf-8">
|
| - <link href="https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css"
|
| - rel="stylesheet">
|
| - <title>Using JSONP with Dart</title>
|
| -</head>
|
| -<body>
|
| - <div class="container">
|
| - <h1>Dart Repos on Github</h1>
|
| -
|
| - <table id="repo-table" class="table table-bordered table-striped">
|
| - <thead></thead>
|
| - <tbody></tbody>
|
| - </table>
|
| - </div>
|
| - <script type="application/dart" src="jsonp.dart"></script>
|
| - <script src="packages/browser/dart.js"></script>
|
| - <script src="packages/browser/interop.js"></script>
|
| -</body>
|
| -</html>
|
|
|