Remove "Hack hack hack" comment, which is no longer true.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@171 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -23,7 +23,6 @@ OpenLayers.Layer.Marker.prototype =
|
|||||||
* @param {OpenLayers.Bounds} bounds
|
* @param {OpenLayers.Bounds} bounds
|
||||||
* @param {Boolean} zoomChanged
|
* @param {Boolean} zoomChanged
|
||||||
*/
|
*/
|
||||||
// HACK HACK Implement this. It may not need to do anything usually.
|
|
||||||
moveTo: function(bounds, zoomChanged) {
|
moveTo: function(bounds, zoomChanged) {
|
||||||
if (zoomChanged) {
|
if (zoomChanged) {
|
||||||
this.div.innerHTML = "";
|
this.div.innerHTML = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user