Typos that IE doesn't like (no functional change).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@9660 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>WMS Capabilities Speed Test</test>
|
||||
<title>WMS Capabilities Speed Test</title>
|
||||
<script src="../../lib/OpenLayers.js"></script>
|
||||
<script src="wmscaps.js"></script>
|
||||
<script>
|
||||
@@ -14,7 +14,7 @@
|
||||
}
|
||||
|
||||
function run(func, x) {
|
||||
document.getElementById("out").innerHTML = "running ..."
|
||||
document.getElementById("out").innerHTML = "running ...";
|
||||
var starts = {};
|
||||
var elapsed = 0;
|
||||
completed = 0;
|
||||
@@ -50,4 +50,3 @@
|
||||
<div id="out"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user