Add missing semi-colons. r=pagameba (closes #1762)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@8099 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2008-10-08 12:50:42 +00:00
parent ed719a9570
commit d37c42bcb5
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1269,7 +1269,7 @@ OpenLayers.Util.createUrlObject = function(url, options) {
var postChunk = relStr.substr(index + 3);
relStr = prevChunk + postChunk;
}
} while(index != -1)
} while(index != -1);
var windowAnchor = document.createElement("a");
var windowUrl = window.location.href;