quick lint before rc1, only some missing missing semi-colons.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@6748 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -137,14 +137,14 @@ OpenLayers.Geometry.LineString = OpenLayers.Class(OpenLayers.Geometry.Curve, {
|
||||
y1: point1.y,
|
||||
x2: point2.x,
|
||||
y2: point2.y
|
||||
}
|
||||
};
|
||||
} else {
|
||||
segments[i] = {
|
||||
x1: point2.x,
|
||||
y1: point2.y,
|
||||
x2: point1.x,
|
||||
y2: point1.y
|
||||
}
|
||||
};
|
||||
}
|
||||
}
|
||||
// more efficient to define this somewhere static
|
||||
|
||||
Reference in New Issue
Block a user