update comment, adding 'minor' param
git-svn-id: http://svn.openlayers.org/trunk/openlayers@934 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -120,11 +120,12 @@ OpenLayers.Layer.prototype = {
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @params {OpenLayers.Bounds} bound
|
* @param {OpenLayers.Bounds} bound
|
||||||
* @params {Boolean} zoomChanged tells when zoom has changed, as layers
|
* @param {Boolean} zoomChanged tells when zoom has changed, as layers
|
||||||
* have to do some init work in that case.
|
* have to do some init work in that case.
|
||||||
*/
|
* @param {Boolean} minor
|
||||||
moveTo: function (bound, zoomChanged) {
|
*/
|
||||||
|
moveTo:function(bounds, zoomChanged, minor) {
|
||||||
//this function can be implemented by subclasses.
|
//this function can be implemented by subclasses.
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user