coding standards

git-svn-id: http://svn.openlayers.org/trunk/openlayers@853 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2006-07-02 18:49:07 +00:00
parent 70af5bbb7f
commit 16d9da1268

View File

@@ -70,7 +70,9 @@ OpenLayers.Control.Permalink.prototype =
lat = Math.round(center.lat*100000)/100000;
lon = Math.round(center.lon*100000)/100000;
this.element.href = this.base+"?lat="+lat+"&lon="+lon+"&zoom="+zoom;
}
},
/** @final @type String */
CLASS_NAME: "OpenLayers.Control.Permalink"
});