| OLD | NEW |
| 1 ## Google Maps API and dart:js | 1 ## Google Maps API and dart:js |
| 2 | 2 |
| 3 This code is derived from | 3 This code is derived from |
| 4 https://developers.google.com/maps/documentation/javascript/tutorial#HelloWorld | 4 https://developers.google.com/maps/documentation/javascript/tutorial#HelloWorld |
| 5 | 5 |
| 6 See the `web/index.html` and `web/index.dart files for the `dart:js` example. | 6 See the `web/index.html` and `web/index.dart files for the `dart:js` example. |
| 7 | 7 |
| 8 Open `web/index.html` with Dartium. | 8 Open `web/index.html` with Dartium. |
| 9 | 9 |
| 10 Read the [dart:js API docs](http://api.dartlang.org/docs/releases/latest/dart_js
.html) | 10 Read the [dart:js API docs](http://api.dartlang.org/docs/releases/latest/dart_js
.html) |
| 11 | 11 |
| 12 Please report any [bugs or feature requests](http://dartbug.com/new). | 12 Please report any [bugs or feature requests](http://dartbug.com/new). |
| OLD | NEW |