Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(43)

Unified Diff: third_party/pkg/js/example/jsonp/jsonp.html

Issue 1086713003: Remove everything but markdown from third_party (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/pkg/js/example/jsonp/jsonp.dart ('k') | third_party/pkg/js/gh-pages-template/dart_32_32.gif » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/pkg/js/example/jsonp/jsonp.html
diff --git a/third_party/pkg/js/example/jsonp/jsonp.html b/third_party/pkg/js/example/jsonp/jsonp.html
deleted file mode 100644
index 01ac62b00ebc4d8d7b9498092f1e2b99b8f11ca2..0000000000000000000000000000000000000000
--- a/third_party/pkg/js/example/jsonp/jsonp.html
+++ /dev/null
@@ -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>
« no previous file with comments | « third_party/pkg/js/example/jsonp/jsonp.dart ('k') | third_party/pkg/js/gh-pages-template/dart_32_32.gif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698