Changeset 498
- Timestamp:
- 06/01/06 12:57:19 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Control/LayerSwitcher.js
r361 r498 144 144 145 145 // set event handlers 146 backdropLabel .ondblclick = this.doubleClick.bindAsEventListener(this);147 backdropLabel .onmousedown = this.singleClick.bindAsEventListener(this);146 backdropLabelOuter.ondblclick = this.doubleClick.bindAsEventListener(this); 147 backdropLabelOuter.onmousedown = this.singleClick.bindAsEventListener(this); 148 148 149 150 149 // add label to div 151 150 backdropLabelOuter.appendChild(backdropLabel);
