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

View File

@@ -21,7 +21,7 @@ OpenLayers.Control.prototype = {
/**
* @constructor
*
* @param {Hash} options
* @param {Object} options
*/
initialize: function (options) {
Object.extend(this, options);