- From: Albert Mojir <albert.mojir@gmail.com>
- Date: Wed, 7 Sep 2011 15:27:46 +0200
- To: public-geolocation@w3.org
Received on Wednesday, 7 September 2011 13:28:15 UTC
In the last example in section 2 (Introduction).
{acceleration: {x: v^2/r, y: 0, z: 0};
accelerationIncludingGravity: {x: v^2/r, y: 0, z: 9.81},
rotationRate: {alpha: 0, beta: 0, gamma: -v/r*180/pi} };
There is a semi colon (;) after the first line, it should be a comma (,)
/Albert
Received on Wednesday, 7 September 2011 13:28:15 UTC