minor change manhattan grid example comments

This commit is contained in:
rolux 2012-07-09 15:59:09 +02:00
parent e73519ec6d
commit d930affb05

View file

@ -153,7 +153,7 @@ Ox.load('Image', function() {
/* /*
Broadway has two poles as well, and constructing them will make drawing Broadway has two poles as well, and constructing them will make drawing
easier. Ox.mod is the modulo function. Unlike `-90 % 360`, easier. Ox.mod is the modulo function. Unlike `-90 % 360`,
which in JavaScript is -90, Ox.mod(-90, 360) returns 270. which in JavaScript is -90, `Ox.mod(-90, 360)` returns 270.
*/ */
westBroadway: Ox.getPoint( westBroadway: Ox.getPoint(
points['0 & 0'], points['0 & 0'],