re-add the Constructor API doc removed in r11610 (see #3146)
git-svn-id: http://svn.openlayers.org/trunk/openlayers@11653 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -54,6 +54,16 @@ OpenLayers.Control.ArgParser = OpenLayers.Class(OpenLayers.Control, {
|
||||
*/
|
||||
displayProjection: null,
|
||||
|
||||
/**
|
||||
* Constructor: OpenLayers.Control.ArgParser
|
||||
*
|
||||
* Parameters:
|
||||
* options - {Object}
|
||||
*/
|
||||
|
||||
/**
|
||||
* Method: getParameters
|
||||
*/
|
||||
getParameters: function(url) {
|
||||
url = url || window.location.href;
|
||||
var parameters = OpenLayers.Util.getParameters(url);
|
||||
|
||||
Reference in New Issue
Block a user