Changeset 6832
- Timestamp:
- 04/09/08 12:06:23 (5 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Events.js (modified) (1 diff)
- trunk/openlayers/tests/Extras.html (added)
- trunk/openlayers/tests/list-tests.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Events.js
r6435 r6832 533 533 register: function (type, obj, func) { 534 534 535 if (func != null) { 535 if (func != null && 536 ((this.eventTypes && OpenLayers.Util.indexOf(this.eventTypes, type) != -1) || 537 OpenLayers.Util.indexOf(this.BROWSER_EVENTS, type) != -1)) { 536 538 if (obj == null) { 537 539 obj = this.object; trunk/openlayers/tests/list-tests.html
r6818 r6832 1 1 <ul id="testlist"> 2 2 <li>OpenLayers.html</li> 3 <li>Extras.html</li> 3 4 <li>Ajax.html</li> 4 5 <li>BaseTypes.html</li>
