Changeset 5415
- Timestamp:
- 12/14/07 22:51:21 (1 year ago)
- Files:
-
- trunk/openlayers/doc/authors.txt (modified) (1 diff)
- trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js (modified) (1 diff)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/doc/authors.txt
r5238 r5415 14 14 Philip Lindsay 15 15 Corey Puffault 16 Gregers Rygg 16 17 Tim Schaub 17 18 Christopher Schmidt trunk/openlayers/lib/OpenLayers/Popup/AnchoredBubble.js
r4985 r5415 129 129 */ 130 130 setOpacity:function(opacity) { 131 if (opacity != undefined) { 132 this.opacity = opacity; 133 } 131 OpenLayers.Popup.Anchored.prototype.setOpacity.call(this, opacity); 134 132 135 133 if (this.div != null) { 136 if (this. contentDiv != null) {137 OpenLayers.Rico.Corner.changeOpacity(this. contentDiv,134 if (this.groupDiv != null) { 135 OpenLayers.Rico.Corner.changeOpacity(this.groupDiv, 138 136 this.opacity); 139 137 } trunk/openlayers/tests/list-tests.html
r5401 r5415 33 33 <li>test_Popup.html</li> 34 34 <li>Popup/test_Anchored.html</li> 35 <li>Popup/test_AnchoredBubble.html</li> 35 36 <li>test_Feature.html</li> 36 37 <li>Feature/test_Vector.html</li>
