udpate id's of control divs. This is for #226

git-svn-id: http://svn.openlayers.org/trunk/openlayers@1398 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-08-31 15:27:10 +00:00
parent 4b0d947f3e
commit e1a1b94582
8 changed files with 36 additions and 0 deletions

View File

@@ -13,6 +13,10 @@ OpenLayers.Control.PanZoom.Y = 4;
OpenLayers.Control.PanZoom.prototype =
Object.extend( new OpenLayers.Control(), {
/** For div.id
* @type String */
id: "PanZoom",
/** @type int */
slideFactor: 50,