Move OpenLayers.Popup.AnchoredBubble to deprecated.js
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<script src="../OLLoader.js"></script>
|
||||
<script src="../../OLLoader.js"></script>
|
||||
<script src="../../../lib/deprecated.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
function test_Popup_Anchored_setOpacity(t) {
|
||||
function test_Popup_Anchored_setOpacity(t) {
|
||||
t.plan(5);
|
||||
var opacity = 0.5;
|
||||
var id = "chicken";
|
||||
@@ -48,7 +49,7 @@
|
||||
} else {
|
||||
t.eq(ricoCornerDiv.style.filter, "alpha(opacity=" + opacity*100 + ")", "good default ricoCornerDiv.opacity");
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
</script>
|
||||
@@ -193,7 +193,6 @@
|
||||
<li>SingleFile3.html</html>
|
||||
<li>Popup.html</li>
|
||||
<li>Popup/Anchored.html</li>
|
||||
<li>Popup/AnchoredBubble.html</li>
|
||||
<li>Popup/FramedCloud.html</li>
|
||||
<li>Projection.html</li>
|
||||
<li>Protocol.html</li>
|
||||
@@ -250,6 +249,7 @@
|
||||
<li>deprecated/Layer/WFS.html</li>
|
||||
<li>deprecated/Layer/WMS.html</li>
|
||||
<li>deprecated/Layer/WMS/Post.html</li>
|
||||
<li>deprecated/Popup/AnchoredBubble.html</li>
|
||||
<li>deprecated/Protocol/SQL.html</li>
|
||||
<li>deprecated/Protocol/SQL/Gears.html</li>
|
||||
<li>deprecated/Renderer/SVG2.html</li>
|
||||
|
||||
Reference in New Issue
Block a user