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

Side by Side Diff: third_party/pkg/js/example/google-maps/marker_simple.html

Issue 56153005: Remove SendPortSync and ReceivePortSync. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove third_party/pkg/js and dom/Serialization.dart Created 7 years, 1 month 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
OLDNEW
(Empty)
1 <!-- Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 for details. All rights reserved. Use of this source code is governed by a
3 BSD-style license that can be found in the LICENSE file. -->
4
5 <!DOCTYPE html>
6 <html>
7 <head>
8 <meta name="viewport" content="initial-scale=1.0, user-scalable=no">
9 <meta charset="utf-8">
10 <title>Google Maps JavaScript API v3 Example: Marker Simple</title>
11 <link href="https://google-developers.appspot.com/maps/documentation/javascr ipt/examples/default.css" rel="stylesheet">
12 </head>
13 <body>
14 <div id="map_canvas"></div>
15
16 <script src="http://maps.googleapis.com/maps/api/js?sensor=false"></script>
17 <script type="application/dart" src="marker_simple.dart"></script>
18 <script src="packages/browser/dart.js"></script>
19 <script src="packages/browser/interop.js"></script>
20 </body>
21 </html>
OLDNEW
« no previous file with comments | « third_party/pkg/js/example/google-maps/marker_simple.dart ('k') | third_party/pkg/js/example/twitter/twitter.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698