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

Side by Side Diff: third_party/pkg/js/gh-pages-template/example/index.html

Issue 180843004: Revert revision 33053 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « third_party/pkg/js/example/twitter/twitter.html ('k') | third_party/pkg/js/lib/js.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 2
3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 3 <!-- Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
4 for details. All rights reserved. Use of this source code is governed by a 4 for details. All rights reserved. Use of this source code is governed by a
5 BSD-style license that can be found in the LICENSE file. --> 5 BSD-style license that can be found in the LICENSE file. -->
6 6
7 <html> 7 <html>
8 <head> 8 <head>
9 <title>Dart JavaScript Interoperation Examples</title> 9 <title>Dart JavaScript Interoperation Examples</title>
10 10
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 class="info"><a href="https://github.com/dart-lang/js-interop/blob/master/ example/google-chart/bubblechart.dart">bubblechart.dart</a></td></tr></table></d iv> 83 class="info"><a href="https://github.com/dart-lang/js-interop/blob/master/ example/google-chart/bubblechart.dart">bubblechart.dart</a></td></tr></table></d iv>
84 84
85 <div class="app"><table><tr><td rowspan=2><a 85 <div class="app"><table><tr><td rowspan=2><a
86 href="google-maps/directions.html"><img 86 href="google-maps/directions.html"><img
87 src="dart_32_32.gif" width=32 height=32></a></td><td 87 src="dart_32_32.gif" width=32 height=32></a></td><td
88 class="title">Google Maps / Directions API - <a 88 class="title">Google Maps / Directions API - <a
89 href="google-maps/directions.html">directions.html</a></td</tr><tr><td 89 href="google-maps/directions.html">directions.html</a></td</tr><tr><td
90 class="info"><a href="https://github.com/dart-lang/js-interop/blob/master/ example/google-maps/directions.dart">directions.dart</a></td></tr></table></div> 90 class="info"><a href="https://github.com/dart-lang/js-interop/blob/master/ example/google-maps/directions.dart">directions.dart</a></td></tr></table></div>
91 91
92 <div class="app"><table><tr><td rowspan=2><a 92 <div class="app"><table><tr><td rowspan=2><a
93 href="jsonp/jsonp.html"><img 93 href="twitter/twitter.html"><img
94 src="dart_32_32.gif" width=32 height=32></a></td><td 94 src="dart_32_32.gif" width=32 height=32></a></td><td
95 class="title">Github Search via JSONP - <a 95 class="title">Twitter Search via JSONP - <a
96 href="jsonp/jsonp.html">jsonp.html</a></td</tr><tr><td 96 href="twitter/twitter.html">twitter.html</a></td</tr><tr><td
97 class="info"><a href="https://github.com/dart-lang/js-interop/blob/master/ example/jsonp/jsonp.dart">jsonp.dart</a></td></tr></table></div> 97 class="info"><a href="https://github.com/dart-lang/js-interop/blob/master/ example/twitter/twitter.dart">twitter.dart</a></td></tr></table></div>
98 98
99 <p class="footer"><a href="https://github.com/dart-lang/js-interop">https://gi thub.com/dart-lang/js-interop</a></p> 99 <p class="footer"><a href="https://github.com/dart-lang/js-interop">https://gi thub.com/dart-lang/js-interop</a></p>
100 </body> 100 </body>
101 </html> 101 </html>
OLDNEW
« no previous file with comments | « third_party/pkg/js/example/twitter/twitter.html ('k') | third_party/pkg/js/lib/js.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698