1
0
Fork 0
forked from 0x2620/oxjs

minor update of examples

This commit is contained in:
rolux 2012-07-03 15:42:18 +02:00
commit 71a570a714
2 changed files with 8 additions and 8 deletions

View file

@ -6,7 +6,7 @@ coordinates.
'use strict';
/*
Include the image module.
Include the Image module.
*/
Ox.load('Image', function() {
@ -15,10 +15,10 @@ Ox.load('Image', function() {
*/
Ox.Image('jpg/earth720.jpg', function(image) {
/*
We want to map the route New York - London - Tokyo - Johannesburg -
Sydney - Sao Paulo - New York.
*/
/*
We want to map the route New York - London - Tokyo - Johannesburg -
Sydney - Sao Paulo - New York.
*/
var airports = [
{name: 'JFK', lat: 40.643841, lng: -73.782304},
{name: 'LHR', lat: 51.480902, lng: -0.464773},