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:
@@ -16,7 +16,8 @@ OpenLayers.Events.prototype = {
|
||||
"resize", "focus", "blur"
|
||||
],
|
||||
|
||||
/** @type Hash of Array(Function): events listener functions */
|
||||
/** Hashtable of Array(Function): events listener functions
|
||||
* @type Object */
|
||||
listeners: null,
|
||||
|
||||
/** @type Object: the code object issuing application events */
|
||||
|
||||
Reference in New Issue
Block a user