fix Natural Docs comments, no functional change. p=jorix, r=me (closes #2989)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11576 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1591,7 +1591,7 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
* If the new lonlat is in the current extent the map will slide smoothly
|
||||
*
|
||||
* Parameters:
|
||||
* lonlat - {<OpenLayers.Lonlat>}
|
||||
* lonlat - {<OpenLayers.LonLat>}
|
||||
*/
|
||||
panTo: function(lonlat) {
|
||||
if (this.panMethod && this.getExtent().scale(this.panRatio).containsLonLat(lonlat)) {
|
||||
@@ -2250,8 +2250,6 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
/**
|
||||
* APIMethod: zoomIn
|
||||
*
|
||||
* Parameters:
|
||||
* zoom - {int}
|
||||
*/
|
||||
zoomIn: function() {
|
||||
this.zoomTo(this.getZoom() + 1);
|
||||
@@ -2260,8 +2258,6 @@ OpenLayers.Map = OpenLayers.Class({
|
||||
/**
|
||||
* APIMethod: zoomOut
|
||||
*
|
||||
* Parameters:
|
||||
* zoom - {int}
|
||||
*/
|
||||
zoomOut: function() {
|
||||
this.zoomTo(this.getZoom() - 1);
|
||||
|
||||
Reference in New Issue
Block a user