Set key as property in Bing.js and many links as {<...>}

This commit is contained in:
Xavier Mamano
2012-01-09 00:30:53 +01:00
parent f64dea59e8
commit f4a6d4c7b2
6 changed files with 11 additions and 11 deletions

View File

@@ -407,7 +407,7 @@ OpenLayers.Geometry.Collection = 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) {
for(var i=0; i<this.components.length; ++i) {