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:
euzuro
2006-08-09 04:36:39 +00:00
parent f65ea55fa3
commit f339e3a93d
14 changed files with 37 additions and 31 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ OpenLayers.Map.prototype = {
/** base z-indexes for different classes of thing
*
* @type Hash
* @type Object
*/
Z_INDEX_BASE: { Layer: 100, Popup: 200, Control: 1000 },
@@ -109,7 +109,7 @@ OpenLayers.Map.prototype = {
* @constructor
*
* @param {DOMElement} div
* @param {Object} options Hash of extra options to tag onto the map
* @param {Object} options Hashtable of extra options to tag onto the map
*/
initialize: function (div, options) {
@@ -191,7 +191,7 @@ OpenLayers.Map.prototype = {
/**
* @private
*
* @param {Object} options Hash of options to tag to the map
* @param {Object} options Hashtable of options to tag to the map
*/
setOptions: function(options) {