remove 'empty' initialize method (method that only call the parent class). r=bartvde (closes #3146)

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11610 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Frédéric Junod
2011-03-02 13:23:17 +00:00
parent 010ab7e81f
commit 7827b26a7d
6 changed files with 0 additions and 56 deletions

View File

@@ -54,16 +54,6 @@ OpenLayers.Control.ArgParser = OpenLayers.Class(OpenLayers.Control, {
*/
displayProjection: null,
/**
* Constructor: OpenLayers.Control.ArgParser
*
* Parameters:
* options - {Object}
*/
initialize: function(options) {
OpenLayers.Control.prototype.initialize.apply(this, arguments);
},
getParameters: function(url) {
url = url || window.location.href;
var parameters = OpenLayers.Util.getParameters(url);