deprecate AnchoredBubble

This commit is contained in:
Éric Lemoine
2011-12-09 00:02:44 +01:00
parent 5fda8835da
commit 519335026f
2 changed files with 7 additions and 2 deletions

View File

@@ -162,8 +162,8 @@ OpenLayers.Popup.Anchored =
*
* Note that in the classic Anchored popup, there is nothing to do
* here, since the popup looks exactly the same in all four positions.
* Subclasses such as the AnchoredBubble and Framed, however, will
* want to do something special here.
* Subclasses such as Framed, however, will want to do something
* special here.
*/
updateRelativePosition: function() {
//to be overridden by subclasses