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:
@@ -904,7 +904,7 @@ OpenLayers.Util.createAlphaImageDiv = function(id, px, sz, imgURL,
|
||||
};
|
||||
|
||||
|
||||
/** Creates a new hash and copies over all the keys from the
|
||||
/** Creates a new hashtable and copies over all the keys from the
|
||||
* passed-in object, but storing them under an uppercased
|
||||
* version of the key at which they were stored.
|
||||
*
|
||||
@@ -921,8 +921,8 @@ OpenLayers.Util.upperCaseObject = function (object) {
|
||||
return uObject;
|
||||
};
|
||||
|
||||
/** Takes a hash and copies any keys that don't exist from
|
||||
* another hash, by analogy with Object.extend() from
|
||||
/** Takes a hashtable and copies any keys that don't exist from
|
||||
* another hashtable, by analogy with Object.extend() from
|
||||
* Prototype.js.
|
||||
*
|
||||
* @param {Object} to
|
||||
|
||||
Reference in New Issue
Block a user