Fix some problems in the documentation.
This commit is contained in:
@@ -177,7 +177,7 @@ OpenLayers.Layer.Google = OpenLayers.Class(
|
||||
* Hide or show the Layer
|
||||
*
|
||||
* Parameters:
|
||||
* display - {Boolean}
|
||||
* visible - {Boolean}
|
||||
*/
|
||||
display: function(visible) {
|
||||
if (!this._dragging) {
|
||||
@@ -190,7 +190,7 @@ OpenLayers.Layer.Google = OpenLayers.Class(
|
||||
* Method: moveTo
|
||||
*
|
||||
* Parameters:
|
||||
* bound - {<OpenLayers.Bounds>}
|
||||
* bounds - {<OpenLayers.Bounds>}
|
||||
* zoomChanged - {Boolean} Tells when zoom has changed, as layers have to
|
||||
* do some init work in that case.
|
||||
* dragging - {Boolean}
|
||||
|
||||
Reference in New Issue
Block a user