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:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user