removing use of getArgs from the library (closes #860).
git-svn-id: http://svn.openlayers.org/trunk/openlayers@4080 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -181,7 +181,7 @@ OpenLayers.Layer.HTTPRequest = OpenLayers.Class(OpenLayers.Layer, {
|
||||
|
||||
// ignore parameters that are already in the url search string
|
||||
var urlParams =
|
||||
OpenLayers.Util.upperCaseObject(OpenLayers.Util.getArgs(url));
|
||||
OpenLayers.Util.upperCaseObject(OpenLayers.Util.getParameters(url));
|
||||
for(var key in allParams) {
|
||||
if(key.toUpperCase() in urlParams) {
|
||||
delete allParams[key];
|
||||
|
||||
Reference in New Issue
Block a user