ND changes to createPopup function. No functional changes here.
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4130 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -166,7 +166,10 @@ OpenLayers.Feature = OpenLayers.Class({
|
||||
* closeBox - {Boolean} create popup with closebox or not
|
||||
*
|
||||
* Returns:
|
||||
* {<OpenLayers.Popup.AnchoredBubble>}
|
||||
* {<OpenLayers.Popup>} Returns the created popup, which is also set
|
||||
* as 'popup' property of this feature. Will be of whatever type
|
||||
* specified by this feature's 'popupClass' property, but must be
|
||||
* of type <OpenLayers.Popup>.
|
||||
*
|
||||
*/
|
||||
createPopup: function(closeBox) {
|
||||
|
||||
Reference in New Issue
Block a user