removing extraneous lines from getParameters() function (r=tschaub) (Closes #1450)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@6555 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
euzuro
2008-03-19 20:38:25 +00:00
parent 3cc419aada
commit 9f425430ef

View File

@@ -818,9 +818,6 @@ OpenLayers.Util.distVincenty=function(p1, p2) {
OpenLayers.Util.getParameters = function(url) {
// if no url specified, take it from the location bar
url = url || window.location.href;
if (url == null) {
url = window.location.href;
}
//parse out parameters portion of url string
var paramsString = "";