no reason to override Popup's destroy() if nothing new is being destroyed
git-svn-id: http://svn.openlayers.org/trunk/openlayers@341 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -32,13 +32,6 @@ OpenLayers.Popup.Anchored.prototype =
|
||||
|
||||
},
|
||||
|
||||
/**
|
||||
*/
|
||||
destroy: function() {
|
||||
OpenLayers.Popup.prototype.destroy.apply(this, arguments);
|
||||
},
|
||||
|
||||
|
||||
/**
|
||||
* @param {OpenLayers.Pixel} px
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user