hash -> hashtable and Hash -> Object -- let there be no confusion, we are *not* using prototype
git-svn-id: http://svn.openlayers.org/trunk/openlayers@1144 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
@@ -11,7 +11,8 @@ OpenLayers.Layer.WMS.Untiled = Class.create();
|
||||
OpenLayers.Layer.WMS.Untiled.prototype =
|
||||
Object.extend( new OpenLayers.Layer.HTTPRequest(), {
|
||||
|
||||
/** @final @type hash */
|
||||
/** Hashtable of default parameter key/value pairs
|
||||
* @final @type Object */
|
||||
DEFAULT_PARAMS: { service: "WMS",
|
||||
version: "1.1.1",
|
||||
request: "GetMap",
|
||||
@@ -35,7 +36,7 @@ OpenLayers.Layer.WMS.Untiled.prototype =
|
||||
*
|
||||
* @param {String} name
|
||||
* @param {String} url
|
||||
* @param {hash} params
|
||||
* @param {Object} params
|
||||
*/
|
||||
initialize: function(name, url, params) {
|
||||
var newArguments = new Array();
|
||||
|
||||
Reference in New Issue
Block a user