Docs: Set many links as {<...>}
This commit is contained in:
@@ -153,7 +153,7 @@ OpenLayers.Geometry.LinearRing = OpenLayers.Class(
|
||||
* ratio - {Float} Optional x:y ratio for resizing. Default ratio is 1.
|
||||
*
|
||||
* Returns:
|
||||
* {OpenLayers.Geometry} - The current geometry.
|
||||
* {<OpenLayers.Geometry>} - The current geometry.
|
||||
*/
|
||||
resize: function(scale, origin, ratio) {
|
||||
for(var i=0, len=this.components.length; i<len - 1; ++i) {
|
||||
|
||||
@@ -212,7 +212,7 @@ OpenLayers.Geometry.Point = OpenLayers.Class(OpenLayers.Geometry, {
|
||||
* ratio - {Float} Optional x:y ratio for resizing. Default ratio is 1.
|
||||
*
|
||||
* Returns:
|
||||
* {OpenLayers.Geometry} - The current geometry.
|
||||
* {<OpenLayers.Geometry>} - The current geometry.
|
||||
*/
|
||||
resize: function(scale, origin, ratio) {
|
||||
ratio = (ratio == undefined) ? 1 : ratio;
|
||||
|
||||
Reference in New Issue
Block a user