add JSDOC commenting and stub moveTo function in WFS tile
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1147 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -71,6 +71,10 @@ OpenLayers.Tile.prototype = {
|
||||
this.draw();
|
||||
},
|
||||
|
||||
/**
|
||||
* @param {OpenLayers.Bounds}
|
||||
* @param {OpenLayers.pixel} position
|
||||
*/
|
||||
moveTo: function (bounds, position) {
|
||||
this.bounds = bounds.clone();
|
||||
this.position = position.clone();
|
||||
|
||||
Reference in New Issue
Block a user